Searched refs:complete_hypercall (Results 1 – 2 of 2) sorted by relevance
688 int (*complete_hypercall)(struct kvm_vcpu *));690 #define __kvm_emulate_hypercall(_vcpu, cpl, complete_hypercall) \ argument693 __ret = ____kvm_emulate_hypercall(_vcpu, cpl, complete_hypercall); \696 __ret = complete_hypercall(_vcpu); \
9946 int (*complete_hypercall)(struct kvm_vcpu *)) in ____kvm_emulate_hypercall()10035 vcpu->arch.complete_userspace_io = complete_hypercall; in ____kvm_emulate_hypercall()