Home
last modified time | relevance | path

Searched refs:enter_svm_guest_mode (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.h591 int enter_svm_guest_mode(struct kvm_vcpu *vcpu,
H A Dnested.c783 int enter_svm_guest_mode(struct kvm_vcpu *vcpu, u64 vmcb12_gpa, in enter_svm_guest_mode() function
904 if (enter_svm_guest_mode(vcpu, vmcb12_gpa, vmcb12, true)) in nested_svm_vmrun()
H A Dsvm.c4722 ret = enter_svm_guest_mode(vcpu, smram64->svm_guest_vmcb_gpa, vmcb12, false); in svm_leave_smm()