Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.h676 int nested_svm_vmrun(struct kvm_vcpu *vcpu);
H A Dnested.c841 int nested_svm_vmrun(struct kvm_vcpu *vcpu) in nested_svm_vmrun() function
H A Dsvm.c2391 return nested_svm_vmrun(vcpu); in vmrun_interception()