Home
last modified time | relevance | path

Searched refs:DR6_VOLATILE (Results 1 – 3 of 3) sorted by relevance

/arch/x86/include/asm/
Dkvm_host.h205 #define DR6_VOLATILE 0x0001e00f macro
/arch/x86/kvm/
Demulate.c2556 if (ctxt->ops->set_dr(ctxt, 6, (val & DR6_VOLATILE) | DR6_FIXED_1)) in rsm_load_state_32()
2616 if (ctxt->ops->set_dr(ctxt, 6, (val & DR6_VOLATILE) | DR6_FIXED_1)) in rsm_load_state_64()
Dx86.c1153 vcpu->arch.dr6 = (val & DR6_VOLATILE) | kvm_dr6_fixed(vcpu); in __kvm_set_dr()