Home
last modified time | relevance | path

Searched refs:kvm_emulate_hypercall (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h1341 int kvm_emulate_hypercall(struct kvm_vcpu *vcpu);
/Linux-v4.19/arch/x86/kvm/
Dx86.c6826 int kvm_emulate_hypercall(struct kvm_vcpu *vcpu) in kvm_emulate_hypercall() function
6884 EXPORT_SYMBOL_GPL(kvm_emulate_hypercall);
Dsvm.c2859 return kvm_emulate_hypercall(&svm->vcpu); in vmmcall_interception()
Dvmx.c7487 return kvm_emulate_hypercall(vcpu); in handle_vmcall()