Searched refs:run_vcpu (Results 1 – 11 of 11) sorted by relevance
| /tools/testing/selftests/kvm/x86/ |
| A D | set_boot_cpu_id.c | 58 static void run_vcpu(struct kvm_vcpu *vcpu) in run_vcpu() function 114 run_vcpu(vcpus[0]); in run_vm_bsp() 115 run_vcpu(vcpus[1]); in run_vm_bsp() 129 run_vcpu(vcpus[0]); in check_set_bsp_busy() 130 run_vcpu(vcpus[1]); in check_set_bsp_busy()
|
| 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()
|
| 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()
|
| A D | pmu_counters_test.c | 107 static void run_vcpu(struct kvm_vcpu *vcpu) in run_vcpu() function 331 run_vcpu(vcpu); in test_arch_events() 489 run_vcpu(vcpu); in test_gp_counters() 558 run_vcpu(vcpu); in test_fixed_counters()
|
| A D | cpuid_test.c | 120 static void run_vcpu(struct kvm_vcpu *vcpu, int stage) in run_vcpu() function 218 run_vcpu(vcpu, stage); in main()
|
| /tools/testing/selftests/kvm/ |
| A D | hardware_disable_test.c | 33 static void *run_vcpu(void *arg) in run_vcpu() function 103 check_create_thread(&threads[i], NULL, run_vcpu, vcpu); in run_test()
|
| A D | mmu_stress_test.c | 110 static void run_vcpu(struct kvm_vcpu *vcpu, int stage) in run_vcpu() function 129 run_vcpu(vcpu, 0); in vcpu_worker() 140 run_vcpu(vcpu, 1); in vcpu_worker() 144 run_vcpu(vcpu, 2); in vcpu_worker()
|
| A D | steal_time.c | 322 static void run_vcpu(struct kvm_vcpu *vcpu) in run_vcpu() function 379 run_vcpu(vcpus[i]); in main() 382 run_vcpu(vcpus[i]); in main() 403 run_vcpu(vcpus[i]); in main()
|
| /tools/testing/selftests/kvm/riscv/ |
| A D | sbi_pmu_test.c | 531 static void run_vcpu(struct kvm_vcpu *vcpu) in run_vcpu() function 569 run_vcpu(vcpu); in test_vm_basic_test() 582 run_vcpu(vcpu); in test_vm_events_test() 611 run_vcpu(vcpu); in test_vm_events_snapshot_test() 641 run_vcpu(vcpu); in test_vm_events_overflow()
|
| /tools/testing/selftests/kvm/arm64/ |
| A D | vgic_init.c | 69 static int run_vcpu(struct kvm_vcpu *vcpu) in run_vcpu() function 349 ret = run_vcpu(vcpus[3]); in test_vgic_then_vcpus() 366 ret = run_vcpu(vcpus[3]); in test_vcpus_then_vgic() 419 ret = run_vcpu(vcpus[3]); in test_v3_new_redist_regions() 432 ret = run_vcpu(vcpus[3]); in test_v3_new_redist_regions() 454 ret = run_vcpu(vcpus[3]); in test_v3_new_redist_regions() 630 ret = run_vcpu(vcpus[2]); in test_v3_redist_ipa_range_check_at_vcpu_run()
|
| A D | vpmu_counter_access.c | 460 static void run_vcpu(struct kvm_vcpu *vcpu, uint64_t pmcr_n) in run_vcpu() function 525 run_vcpu(vcpu, pmcr_n); in run_access_test() 538 run_vcpu(vcpu, pmcr_n); in run_access_test()
|
Completed in 19 milliseconds