Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Ddebugreg.h58 #define DR7_ACTIVE_MASK (DR_LOCAL_ENABLE_MASK|DR_GLOBAL_ENABLE_MASK) macro
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtraps.c1965 if ( curr->arch.debugreg[7] & DR7_ACTIVE_MASK ) in activate_debugregs()
2032 if ( value & DR7_ACTIVE_MASK ) in set_debugreg()
2056 !(v->arch.debugreg[7] & DR7_ACTIVE_MASK) ) in set_debugreg()
A Ddomain.c1502 if ( unlikely(v->arch.debugreg[7] & DR7_ACTIVE_MASK) ) in paravirt_ctxt_switch_from()
1514 if ( unlikely(v->arch.debugreg[7] & DR7_ACTIVE_MASK) ) in paravirt_ctxt_switch_to()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Demul-priv-op.c1138 if ( curr->arch.debugreg[7] & DR7_ACTIVE_MASK ) in write_msr()
1146 if ( curr->arch.debugreg[7] & DR7_ACTIVE_MASK ) in write_msr()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dsvm.c238 if ( unlikely(v->arch.debugreg[7] & DR7_ACTIVE_MASK) ) in svm_restore_dr()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvmx.c729 if ( unlikely(v->arch.debugreg[7] & DR7_ACTIVE_MASK) ) in vmx_restore_dr()

Completed in 21 milliseconds