Searched refs:vcpu_run (Results 1 - 25 of 91) sorted by path

1234

/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/arch/mips/kvm/
H A Dmips.c355 vcpu->arch.vcpu_run = p;
362 dump_handler("kvm_vcpu_run", vcpu->arch.vcpu_run, p);
365 dump_handler("kvm_exit", gebase + 0x2000, vcpu->arch.vcpu_run);
419 ret = kvm_mips_callbacks->vcpu_run(vcpu);
449 * Make sure the read of VCPU requests in vcpu_run() callback is not
H A Dvz.c3263 r = vcpu->arch.vcpu_run(vcpu);
3303 .vcpu_run = kvm_vz_vcpu_run,
/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/arch/powerpc/kvm/
H A Dbook3s.c812 return vcpu->kvm->arch.kvm_ops->vcpu_run(vcpu);
H A Dbook3s_hv.c6356 .vcpu_run = kvmppc_vcpu_run_hv,
H A Dbook3s_pr.c2063 .vcpu_run = kvmppc_vcpu_run_pr,
/linux-master/arch/x86/include/asm/
H A Dkvm-x86-ops.h65 KVM_X86_OP(vcpu_run)
H A Dkvm_host.h819 * In vcpu_run, we switch between the user and guest FPU contexts.
1679 enum exit_fastpath_completion (*vcpu_run)(struct kvm_vcpu *vcpu, member in struct:kvm_x86_ops
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c4973 .vcpu_run = svm_vcpu_run,
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c5860 * Note, return 1 and not 0, vcpu_run() will invoke
6645 * either from vcpu_run() or from one of the unsafe
8371 .vcpu_run = vmx_vcpu_run,
/linux-master/arch/x86/kvm/
H A Dx86.c5075 * kind (see vcpu_run). Vendor specific code controls (conservatively)
10729 * Returns 1 to let vcpu_run() continue the guest execution loop without
11195 static int vcpu_run(struct kvm_vcpu *vcpu) function
11329 /* When vcpu_run ends, restore user space FPU context. */
11437 r = vcpu_run(vcpu);
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Daarch32_id_regs.c56 vcpu_run(vcpu);
H A Ddebug-exceptions.c450 vcpu_run(vcpu);
481 vcpu_run(vcpu);
H A Dhypercalls.c284 vcpu_run(vcpu);
H A Dpsci_test.c96 vcpu_run(vcpu);
H A Dset_id_regs.c431 vcpu_run(vcpu);
H A Dsmccc_filter.c200 vcpu_run(vcpu);
238 vcpu_run(vcpu);
H A Dvgic_irq.c775 vcpu_run(vcpu);
H A Dvpmu_counter_access.c470 vcpu_run(vcpu);
/linux-master/tools/testing/selftests/kvm/
H A Daccess_tracking_perf_test.c236 vcpu_run(vcpu);
H A Darch_timer.c57 vcpu_run(vcpu);
H A Dguest_print_test.c116 vcpu_run(vcpu);
161 vcpu_run(vcpu);
H A Dhardware_disable_test.c42 vcpu_run(vcpu);
/linux-master/tools/testing/selftests/kvm/include/
H A Dkvm_util_base.h619 void vcpu_run(struct kvm_vcpu *vcpu);

Completed in 504 milliseconds

1234