Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/
A Ddebug_regs.c14 #define DR7_GD (1 << 13) macro
188 debug.arch.debugreg[7] = 0x400 | DR7_GD; in main()
/linux-6.3-rc2/arch/x86/kvm/svm/
A Dnested.c1347 if (vcpu->arch.dr7 & DR7_GD) { in nested_svm_inject_exception_vmexit()
1348 vcpu->arch.dr7 &= ~DR7_GD; in nested_svm_inject_exception_vmexit()
/linux-6.3-rc2/arch/x86/include/asm/
A Dkvm_host.h235 #define DR7_GD (1 << 13) macro
/linux-6.3-rc2/arch/x86/kvm/
A Dx86.c10058 if (vcpu->arch.dr7 & DR7_GD) { in kvm_check_and_inject_events()
10059 vcpu->arch.dr7 &= ~DR7_GD; in kvm_check_and_inject_events()
A Demulate.c3866 return dr7 & DR7_GD; in check_dr7_gd()
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmx.c5533 if (dr7 & DR7_GD) { in handle_dr()

Completed in 56 milliseconds