Searched refs:run_vcpu (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | set_boot_cpu_id.c | 45 static void run_vcpu(struct kvm_vcpu *vcpu) in run_vcpu() function 99 run_vcpu(vcpus[0]); in run_vm_bsp() 100 run_vcpu(vcpus[1]); in run_vm_bsp() 114 run_vcpu(vcpus[0]); in check_set_bsp_busy() 115 run_vcpu(vcpus[1]); in check_set_bsp_busy()
|
H A D | tsc_msrs_test.c | 67 static void run_vcpu(struct kvm_vcpu *vcpu, int stage) in run_vcpu() function 110 run_vcpu(vcpu, 1); in main() 116 run_vcpu(vcpu, 2); in main() 128 run_vcpu(vcpu, 3); in main() 144 run_vcpu(vcpu, 4); in main() 153 run_vcpu(vcpu, 5); in main()
|
H A D | tsc_scaling_sync.c | 43 static void *run_vcpu(void *_cpu_nr) in run_vcpu() function 97 pthread_create(&cpu_threads[cpu], NULL, run_vcpu, (void *)cpu); in main()
|
H A D | cpuid_test.c | 103 static void run_vcpu(struct kvm_vcpu *vcpu, int stage) in run_vcpu() function 201 run_vcpu(vcpu, stage); in main()
|
/openbmc/linux/tools/testing/selftests/kvm/ |
H A D | steal_time.c | 224 static void run_vcpu(struct kvm_vcpu *vcpu) in run_vcpu() function 279 run_vcpu(vcpus[i]); in main() 282 run_vcpu(vcpus[i]); in main() 303 run_vcpu(vcpus[i]); in main()
|
H A D | max_guest_memory_test.c | 55 static void run_vcpu(struct kvm_vcpu *vcpu) in run_vcpu() function 75 run_vcpu(vcpu); in vcpu_worker() 86 run_vcpu(vcpu); in vcpu_worker()
|
H A D | hardware_disable_test.c | 37 static void *run_vcpu(void *arg) in run_vcpu() function 107 check_create_thread(&threads[i], NULL, run_vcpu, vcpu); in run_test()
|
/openbmc/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | vgic_init.c | 70 static int run_vcpu(struct kvm_vcpu *vcpu) in run_vcpu() function 350 ret = run_vcpu(vcpus[3]); in test_vgic_then_vcpus() 367 ret = run_vcpu(vcpus[3]); in test_vcpus_then_vgic() 420 ret = run_vcpu(vcpus[3]); in test_v3_new_redist_regions() 433 ret = run_vcpu(vcpus[3]); in test_v3_new_redist_regions() 455 ret = run_vcpu(vcpus[3]); in test_v3_new_redist_regions() 631 ret = run_vcpu(vcpus[2]); in test_v3_redist_ipa_range_check_at_vcpu_run()
|