Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/kvm/
Dx86.h630 #define __kvm_emulate_hypercall(_vcpu, nr, a0, a1, a2, a3, op_64_bit, cpl, complete_hypercall) \ macro
Dx86.c10117 return __kvm_emulate_hypercall(vcpu, rax, rbx, rcx, rdx, rsi, in kvm_emulate_hypercall()