Searched refs:DR6_ACTIVE_LOW (Results 1 - 7 of 7) sorted by last modified time

/linux-master/arch/x86/kvm/
H A Dx86.c595 * DR6_ACTIVE_LOW contains the FIXED_1 and active low bits.
606 vcpu->arch.dr6 |= DR6_ACTIVE_LOW;
608 vcpu->arch.dr6 ^= ex->payload & DR6_ACTIVE_LOW;
8975 kvm_run->debug.arch.dr6 = DR6_BS | DR6_ACTIVE_LOW;
9059 kvm_run->debug.arch.dr6 = dr6 | DR6_ACTIVE_LOW;
12337 vcpu->arch.dr6 = DR6_ACTIVE_LOW;
H A Demulate.c3888 dr6 |= DR6_BD | DR6_ACTIVE_LOW;
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c5317 kvm_run->debug.arch.dr6 = dr6 | DR6_ACTIVE_LOW;
5559 vcpu->run->debug.arch.dr6 = DR6_BD | DR6_ACTIVE_LOW;
H A Dnested.c3937 exit_qual ^= DR6_ACTIVE_LOW;
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c2011 * We cannot reset svm->vmcb->save.dr6 to DR6_ACTIVE_LOW here,
2075 u32 payload = svm->vmcb->save.dr6 ^ DR6_ACTIVE_LOW;
4177 svm_set_dr6(svm, DR6_ACTIVE_LOW);
H A Dnested.c589 svm->vcpu.arch.dr6 = svm->nested.save.dr6 | DR6_ACTIVE_LOW;
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h231 * DR6_ACTIVE_LOW combines fixed-1 and active-low bits.
236 * DR6_ACTIVE_LOW is also used as the init/reset value for DR6.
238 #define DR6_ACTIVE_LOW 0xffff0ff0 macro
240 #define DR6_FIXED_1 (DR6_ACTIVE_LOW & ~DR6_VOLATILE)

Completed in 307 milliseconds