Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/svm/
H A Dsvm.h756 int nested_svm_vmrun(struct kvm_vcpu *vcpu);
H A Dnested.c940 int nested_svm_vmrun(struct kvm_vcpu *vcpu) in nested_svm_vmrun() function
H A Dsvm.c2130 return nested_svm_vmrun(vcpu); in vmrun_interception()