Home
last modified time | relevance | path

Searched refs:intercept_dr (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Dsvm.h59 u32 intercept_dr; member
/arch/x86/kvm/
Dsvm.c112 u32 intercept_dr; member
269 c->intercept_dr = h->intercept_dr | g->intercept_dr; in recalc_intercepts()
311 vmcb->control.intercept_dr = (1 << INTERCEPT_DR0_READ) in set_dr_intercepts()
335 vmcb->control.intercept_dr = 0; in clr_dr_intercepts()
2248 if (svm->nested.intercept_dr & bit) in nested_svm_intercept()
2294 dst->intercept_dr = from->intercept_dr; in copy_vmcb_control_area()
2599 svm->nested.intercept_dr = nested_vmcb->control.intercept_dr; in nested_svm_vmrun()
3410 pr_err("%-20s%04x\n", "dr_read:", control->intercept_dr & 0xffff); in dump_vmcb()
3411 pr_err("%-20s%04x\n", "dr_write:", control->intercept_dr >> 16); in dump_vmcb()