Home
last modified time | relevance | path

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

/arch/x86/kvm/svm/
A Dnested.c1511 if (vcpu->arch.dr7 & DR7_GD) { in nested_svm_inject_exception_vmexit()
1512 vcpu->arch.dr7 &= ~DR7_GD; in nested_svm_inject_exception_vmexit()
/arch/x86/include/asm/
A Dkvm_host.h252 #define DR7_GD (1 << 13) macro
/arch/x86/kvm/
A Dx86.c10302 if (vcpu->arch.dr7 & DR7_GD) { in kvm_check_and_inject_events()
10303 vcpu->arch.dr7 &= ~DR7_GD; in kvm_check_and_inject_events()
A Demulate.c3860 if (ctxt->ops->get_dr(ctxt, 7) & DR7_GD) { in check_dr_read()
/arch/x86/kvm/vmx/
A Dvmx.c5477 if (dr7 & DR7_GD) { in handle_dr()

Completed in 55 milliseconds