Searched refs:run_test (Results 1 – 3 of 3) sorted by relevance
/kvm-unit-tests/x86/ |
H A D | hyperv_connections.c | 241 static int run_test(int ncpus, int dst_add, ulong wait_cycles, in run_test() function 293 ncpus_ok = run_test(ncpus, 0, WAIT_CYCLES, do_msg, msg_ok); in main() 297 run_test(ncpus, 0, 0, clear_msg, NULL); in main() 299 ncpus_ok = run_test(ncpus, 1, WAIT_CYCLES, do_msg, msg_ok); in main() 303 ncpus_ok = run_test(ncpus, 1, WAIT_CYCLES, do_msg, msg_busy); in main() 307 ncpus_ok = run_test(ncpus, 0, WAIT_CYCLES, clear_msg, msg_ok); in main() 311 ncpus_ok = run_test(ncpus, 0, WAIT_CYCLES, do_evt, evt_ok); in main() 315 run_test(ncpus, 0, 0, clear_evt, NULL); in main() 317 ncpus_ok = run_test(ncpus, 1, WAIT_CYCLES, do_evt, evt_ok); in main() 321 ncpus_ok = run_test(ncpus, 1, WAIT_CYCLES, do_evt, evt_busy); in main()
|
H A D | vmexit.c | 523 static void run_test(void *_func) in run_test() function 564 on_cpus(run_test, func); in do_test()
|
/kvm-unit-tests/arm/ |
H A D | pmu.c | 1207 static void run_test(const char *name, const char *prefix, in run_test() function 1225 run_test(name, prefix, test, (void *)overflow_at_64bits); in run_event_test()
|