Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
A Ddebug_regs.c14 #define DR7_GD (1 << 13) macro
191 debug.arch.debugreg[7] = 0x400 | DR7_GD; in main()
/linux/arch/x86/kvm/svm/
A Dnested.c1409 if (vcpu->arch.dr7 & DR7_GD) { in nested_svm_inject_exception_vmexit()
1410 vcpu->arch.dr7 &= ~DR7_GD; in nested_svm_inject_exception_vmexit()
/linux/arch/x86/include/asm/
A Dkvm_host.h246 #define DR7_GD (1 << 13) macro
/linux/arch/x86/kvm/
A Dx86.c10369 if (vcpu->arch.dr7 & DR7_GD) { in kvm_check_and_inject_events()
10370 vcpu->arch.dr7 &= ~DR7_GD; in kvm_check_and_inject_events()
A Demulate.c3854 if (ctxt->ops->get_dr(ctxt, 7) & DR7_GD) { in check_dr_read()
/linux/arch/x86/kvm/vmx/
A Dvmx.c5580 if (dr7 & DR7_GD) { in handle_dr()

Completed in 62 milliseconds