Home
last modified time | relevance | path

Searched refs:DR7_ACTIVE_MASK (Results 1 – 7 of 7) sorted by relevance

/xen/xen/arch/x86/pv/
A Dmisc-hypercalls.c133 if ( value & DR7_ACTIVE_MASK ) in set_debugreg()
155 if ( (v == curr) && !(v->arch.dr7 & DR7_ACTIVE_MASK) ) in set_debugreg()
/xen/xen/include/asm-x86/
A Ddebugreg.h58 #define DR7_ACTIVE_MASK (DR_LOCAL_ENABLE_MASK|DR_GLOBAL_ENABLE_MASK) macro
/xen/xen/arch/x86/
A Dmsr.c567 if ( v == curr && (curr->arch.dr7 & DR7_ACTIVE_MASK) ) in guest_wrmsr()
A Ddomain.c1552 if ( unlikely(v->arch.dr7 & DR7_ACTIVE_MASK) ) in paravirt_ctxt_switch_from()
1565 if ( unlikely(v->arch.dr7 & DR7_ACTIVE_MASK) ) in paravirt_ctxt_switch_to()
A Dtraps.c2153 if ( curr->arch.dr7 & DR7_ACTIVE_MASK ) in activate_debugregs()
/xen/xen/arch/x86/hvm/svm/
A Dsvm.c250 if ( unlikely(v->arch.dr7 & DR7_ACTIVE_MASK) ) in svm_restore_dr()
/xen/xen/arch/x86/hvm/vmx/
A Dvmx.c652 if ( unlikely(v->arch.dr7 & DR7_ACTIVE_MASK) ) in vmx_restore_dr()

Completed in 19 milliseconds