Home
last modified time | relevance | path

Searched refs:KVM_RUN_LOAD_GUEST_DR6 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dkvm_host.h1727 KVM_RUN_LOAD_GUEST_DR6 = BIT(1),
1705 KVM_RUN_LOAD_GUEST_DR6 = BIT(1), global() enumerator
/linux/arch/x86/kvm/svm/
H A Dsvm.c4344 if (unlikely(run_flags & KVM_RUN_LOAD_GUEST_DR6)) in svm_load_mmu_pgd()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c7652 if (run_flags & KVM_RUN_LOAD_GUEST_DR6) in vmx_vcpu_create()
/linux/arch/x86/kvm/
H A Dx86.c11357 run_flags |= KVM_RUN_LOAD_GUEST_DR6; in vcpu_enter_guest()