Home
last modified time | relevance | path

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

/arch/x86/kvm/
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); \
A Dx86.c9943 int (*complete_hypercall)(struct kvm_vcpu *)) in ____kvm_emulate_hypercall()
10032 vcpu->arch.complete_userspace_io = complete_hypercall; in ____kvm_emulate_hypercall()

Completed in 27 milliseconds