Home
last modified time | relevance | path

Searched defs:vcpu_run (Results 1 – 5 of 5) sorted by relevance

/linux/arch/mips/include/asm/
H A Dkvm_host.h292 int (*vcpu_run)(struct kvm_vcpu *vcpu); member
757 int (*vcpu_run)(struct kvm_vcpu *vcpu); member
/linux/arch/powerpc/include/asm/
H A Dkvm_ppc.h273 int (*vcpu_run)(struct kvm_vcpu *vcpu); member
/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c1731 void vcpu_run(struct kvm_vcpu *vcpu) in vcpu_run() function
/linux/arch/x86/include/asm/
H A Dkvm_host.h1702 enum exit_fastpath_completion (*vcpu_run)(struct kvm_vcpu *vcpu, member
/linux/arch/x86/kvm/
H A Dx86.c11301 static int vcpu_run(struct kvm_vcpu *vcpu) in vcpu_run() function