Searched refs:vcpu_run (Results 76 - 94 of 94) sorted by relevance

1234

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dprivate_mem_conversions_test.c325 vcpu_run(vcpu);
H A Dpmu_event_filter_test.c154 vcpu_run(vcpu);
H A Dxen_shinfo_test.c636 vcpu_run(vcpu);
/linux-master/arch/mips/include/asm/
H A Dkvm_host.h292 int (*vcpu_run)(struct kvm_vcpu *vcpu); member in struct:kvm_vcpu_arch
757 int (*vcpu_run)(struct kvm_vcpu *vcpu); member in struct:kvm_mips_callbacks
/linux-master/tools/testing/selftests/kvm/riscv/
H A Dsbi_pmu_test.c511 vcpu_run(vcpu);
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Dvgic_irq.c768 vcpu_run(vcpu);
H A Dset_id_regs.c440 vcpu_run(vcpu);
/linux-master/tools/testing/selftests/kvm/
H A Dmemslot_perf_test.c144 vcpu_run(vcpu);
/linux-master/arch/powerpc/kvm/
H A Dbook3s.c808 return vcpu->kvm->arch.kvm_ops->vcpu_run(vcpu);
H A Dbook3s_pr.c2057 .vcpu_run = kvmppc_vcpu_run_pr,
H A Dbook3s_hv.c6356 .vcpu_run = kvmppc_vcpu_run_hv,
/linux-master/arch/powerpc/include/asm/
H A Dkvm_ppc.h273 int (*vcpu_run)(struct kvm_vcpu *vcpu); member in struct:kvmppc_ops
/linux-master/tools/testing/selftests/kvm/include/
H A Dkvm_util.h602 void vcpu_run(struct kvm_vcpu *vcpu);
/linux-master/arch/mips/kvm/
H A Dvz.c3263 r = vcpu->arch.vcpu_run(vcpu);
3303 .vcpu_run = kvm_vz_vcpu_run,
/linux-master/tools/testing/selftests/kvm/s390x/
H A Dmemop.c279 vcpu_run(__vcpu); \
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h822 * In vcpu_run, we switch between the user and guest FPU contexts.
1683 enum exit_fastpath_completion (*vcpu_run)(struct kvm_vcpu *vcpu, member in struct:kvm_x86_ops
/linux-master/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c1727 void vcpu_run(struct kvm_vcpu *vcpu) function
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c4987 .vcpu_run = svm_vcpu_run,
/linux-master/arch/x86/kvm/
H A Dx86.c5069 * kind (see vcpu_run). Vendor specific code controls (conservatively)
10779 * Returns 1 to let vcpu_run() continue the guest execution loop without
11245 static int vcpu_run(struct kvm_vcpu *vcpu) function
11379 /* When vcpu_run ends, restore user space FPU context. */
11487 r = vcpu_run(vcpu);

Completed in 330 milliseconds

1234