Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dsmm.c444 bad = kvm_set_cr4(vcpu, cr4 & ~X86_CR4_PCIDE); in rsm_enter_protected_mode()
453 bad = kvm_set_cr4(vcpu, cr4); in rsm_enter_protected_mode()
604 kvm_set_cr4(vcpu, cr4 & ~X86_CR4_PCIDE); in emulator_leave_smm()
626 kvm_set_cr4(vcpu, cr4 & ~X86_CR4_PAE); in emulator_leave_smm()
H A Dx86.c1192 int kvm_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in kvm_set_cr4() function
1221 EXPORT_SYMBOL_GPL(kvm_set_cr4);
8078 res = kvm_set_cr4(vcpu, mk_cr_64(kvm_read_cr4(vcpu), val)); in emulator_set_cr()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h1989 int kvm_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4);
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c5438 if (kvm_set_cr4(vcpu, val)) in handle_set_cr4()
5443 return kvm_set_cr4(vcpu, val); in handle_set_cr4()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c2686 err = kvm_set_cr4(vcpu, val); in cr_interception()