intercept_dr       61 arch/x86/include/asm/svm.h 	u32 intercept_dr;
intercept_dr      170 arch/x86/kvm/svm.c 	u32 intercept_dr;
intercept_dr      516 arch/x86/kvm/svm.c 	c->intercept_dr = h->intercept_dr | g->intercept_dr;
intercept_dr      558 arch/x86/kvm/svm.c 	vmcb->control.intercept_dr = (1 << INTERCEPT_DR0_READ)
intercept_dr      582 arch/x86/kvm/svm.c 	vmcb->control.intercept_dr = 0;
intercept_dr     3274 arch/x86/kvm/svm.c 		if (svm->nested.intercept_dr & bit)
intercept_dr     3324 arch/x86/kvm/svm.c 	dst->intercept_dr         = from->intercept_dr;
intercept_dr     3592 arch/x86/kvm/svm.c 	svm->nested.intercept_dr         = nested_vmcb->control.intercept_dr;
intercept_dr     4866 arch/x86/kvm/svm.c 	pr_err("%-20s%04x\n", "dr_read:", control->intercept_dr & 0xffff);
intercept_dr     4867 arch/x86/kvm/svm.c 	pr_err("%-20s%04x\n", "dr_write:", control->intercept_dr >> 16);