Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.h596 int nested_svm_vmrun(struct kvm_vcpu *vcpu);
H A Dnested.c835 int nested_svm_vmrun(struct kvm_vcpu *vcpu) in nested_svm_vmrun() function
H A Dsvm.c2326 return nested_svm_vmrun(vcpu); in vmrun_interception()