Home
last modified time | relevance | path

Searched refs:DR7_GD (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/kvm/x86_64/
A Ddebug_regs.c16 #define DR7_GD (1 << 13) macro
193 debug.arch.debugreg[7] = 0x400 | DR7_GD; in main()
/linux/arch/x86/kvm/svm/
A Dnested.c1138 if (svm->vcpu.arch.dr7 & DR7_GD) { in nested_svm_inject_exception_vmexit()
1139 svm->vcpu.arch.dr7 &= ~DR7_GD; in nested_svm_inject_exception_vmexit()
/linux/arch/x86/include/asm/
A Dkvm_host.h226 #define DR7_GD (1 << 13) macro
/linux/arch/x86/kvm/
A Dx86.c9132 if (vcpu->arch.dr7 & DR7_GD) { in inject_pending_event()
9133 vcpu->arch.dr7 &= ~DR7_GD; in inject_pending_event()
/linux/arch/x86/kvm/vmx/
A Dvmx.c5057 if (dr7 & DR7_GD) { in handle_dr()

Completed in 50 milliseconds