Searched refs:vcpu_run (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
H A Dkvm_ppc.h239 int (*vcpu_run)(struct kvm_run *run, struct kvm_vcpu *vcpu); member in struct:kvmppc_ops
/linux-4.4.14/arch/powerpc/kvm/
H A Dbook3s.c701 return vcpu->kvm->arch.kvm_ops->vcpu_run(kvm_run, vcpu); kvmppc_vcpu_run()
H A Dbook3s_pr.c1713 .vcpu_run = kvmppc_vcpu_run_pr,
H A Dbook3s_hv.c3171 .vcpu_run = kvmppc_vcpu_run_hv,
/linux-4.4.14/arch/s390/kvm/
H A Dkvm-s390.c2088 * We try to hold kvm->srcu during most of vcpu_run (except when run- __vcpu_run()
/linux-4.4.14/arch/x86/kvm/
H A Dx86.c6365 * Returns 1 to let vcpu_run() continue the guest execution loop without
6660 static int vcpu_run(struct kvm_vcpu *vcpu) vcpu_run() function
6827 r = vcpu_run(vcpu); kvm_arch_vcpu_ioctl_run()
H A Dsvm.c2496 /* In case we don't even reach vcpu_run, the fields are not updated */ nested_svm_vmrun()
H A Dvmx.c5217 /* already handled by vcpu_run */ handle_machine_check()

Completed in 267 milliseconds