Searched refs:complete_hypercall (Results 1 – 2 of 2) sorted by relevance
729 int (*complete_hypercall)(struct kvm_vcpu *));731 #define __kvm_emulate_hypercall(_vcpu, cpl, complete_hypercall) \ argument734 __ret = ____kvm_emulate_hypercall(_vcpu, cpl, complete_hypercall); \737 __ret = complete_hypercall(_vcpu); \
10382 int (*complete_hypercall)(struct kvm_vcpu *)) in ____kvm_emulate_hypercall() 10471 vcpu->arch.complete_userspace_io = complete_hypercall; in ____kvm_emulate_hypercall()