Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dx86.h688 int (*complete_hypercall)(struct kvm_vcpu *));
690 #define __kvm_emulate_hypercall(_vcpu, cpl, complete_hypercall) \ argument
693 __ret = ____kvm_emulate_hypercall(_vcpu, cpl, complete_hypercall); \
696 __ret = complete_hypercall(_vcpu); \
H A Dx86.c9946 int (*complete_hypercall)(struct kvm_vcpu *)) in ____kvm_emulate_hypercall()
10035 vcpu->arch.complete_userspace_io = complete_hypercall; in ____kvm_emulate_hypercall()