/kvm-unit-tests/lib/ |
H A D | on-cpus.c | 86 void on_cpu_async(int cpu, void (*func)(void *data), void *data) in on_cpu_async() function 121 on_cpu_async(cpu, func, data); in on_cpumask_async() 136 on_cpu_async(cpu, func, data); in on_cpumask() 153 on_cpu_async(cpu, func, data); in on_cpu()
|
H A D | on-cpus.h | 11 void on_cpu_async(int cpu, void (*func)(void *data), void *data);
|
/kvm-unit-tests/lib/x86/ |
H A D | smp.c | 123 void on_cpu_async(int cpu, void (*function)(void *data), void *data) in on_cpu_async() function 133 on_cpu_async(cpu, function, data); in on_cpus()
|
H A D | smp.h | 94 void on_cpu_async(int cpu, void (*function)(void *data), void *data);
|
/kvm-unit-tests/x86/ |
H A D | hyperv_clock.c | 121 on_cpu_async(i, hv_clock_test, (void *)(long)i); in check_test() 154 on_cpu_async(i, hv_perf_test, (void *)(long)i); in perf_test()
|
H A D | ioapic.c | 190 on_cpu_async(1, toggle_irq_line_0x0e, 0); in test_ioapic_edge_tmr_smp() 215 on_cpu_async(1, set_irq_line_0x0e, 0); in test_ioapic_level_tmr_smp()
|
H A D | hyperv_synic.c | 167 on_cpu_async(i, synic_test, (void *)(ulong)(ncpus - 1 - i)); in main()
|
H A D | apic.c | 359 on_cpu_async(1, sti_loop, 0); in test_sti_nmi() 417 on_cpu_async(1, kick_me_nmi, 0); in test_multiple_nmi()
|
H A D | svm.c | 407 on_cpu_async(svm_tests[i].on_vcpu, (void *)test_run, &svm_tests[i]); in run_svm_tests()
|
H A D | hyperv_connections.c | 249 on_cpu_async(i, func, (void *)dst); in run_test()
|
H A D | svm_tests.c | 153 on_cpu_async(1, corrupt_cr3_intercept_bypass, test); in prepare_cr3_intercept_bypass() 1347 on_cpu_async(1, nmi_message_thread, test); in nmi_hlt_test()
|
H A D | vmx_tests.c | 1782 on_cpu_async(1, nmi_message_thread, NULL); in nmi_hlt_main() 9483 on_cpu_async(1, trigger_ioapic_scan_thread, NULL); in vmx_eoi_bitmap_ioapic_scan_test() 9601 on_cpu_async(1, set_irq_line_thread, NULL); in vmx_apic_passthrough() 9775 on_cpu_async(1, init_signal_test_thread, test_vmcs); in vmx_init_signal_test() 9989 on_cpu_async(1, sipi_test_ap_thread, NULL); in vmx_sipi_signal_test() 11182 on_cpu_async(1, vmx_posted_interrupts_test_worker, NULL); in test_basic_vid()
|
/kvm-unit-tests/arm/ |
H A D | psci.c | 193 on_cpu_async(cpu, cpu_off_secondary_entry, NULL); in psci_cpu_off_test()
|
H A D | micro-bench.c | 90 on_cpu_async(1, gic_secondary_entry, NULL); in test_init()
|
/kvm-unit-tests/riscv/ |
H A D | sbi.c | 448 on_cpu_async(cpu, ipi_hart_wait, (void *)d); in check_ipi() 482 on_cpu_async(cpu, ipi_hart_wait, (void *)d); in check_ipi() 483 on_cpu_async(cpu2, ipi_hart_wait, (void *)d); in check_ipi() 1036 on_cpu_async(cpu, hart_retentive_suspend_with_msb_set, NULL); in check_hsm() 1072 on_cpu_async(cpu, hart_non_retentive_suspend_with_msb_set, NULL); in check_hsm() 1135 on_cpu_async(cpu, stop_cpu, NULL); in check_hsm()
|