Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dx86.h690 #define __kvm_emulate_hypercall(_vcpu, cpl, complete_hypercall) \ macro
H A Dx86.c10057 return __kvm_emulate_hypercall(vcpu, kvm_x86_call(get_cpl)(vcpu), in kvm_emulate_hypercall()
/linux/arch/x86/kvm/vmx/
H A Dtdx.c1141 return __kvm_emulate_hypercall(vcpu, 0, complete_hypercall_exit); in tdx_emulate_vmcall()