Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/svm/
Dsvm.h591 int enter_svm_guest_mode(struct kvm_vcpu *vcpu,
Dnested.c756 int enter_svm_guest_mode(struct kvm_vcpu *vcpu, u64 vmcb12_gpa, in enter_svm_guest_mode() function
868 if (enter_svm_guest_mode(vcpu, vmcb12_gpa, vmcb12, true)) in nested_svm_vmrun()
Dsvm.c4484 ret = enter_svm_guest_mode(vcpu, vmcb12_gpa, vmcb12, false); in svm_leave_smm()