Searched refs:smp_call_function (Results 1 – 6 of 6) sorted by relevance
| /hypervisor/include/arch/x86/asm/ |
| A D | notify.h | 17 void smp_call_function(uint64_t mask, smp_call_func_t func, void *data);
|
| /hypervisor/arch/x86/ |
| A D | pm.c | 190 smp_call_function(get_active_pcpu_bitmap(), suspend_tsc, NULL); in host_enter_s3() 239 smp_call_function(get_active_pcpu_bitmap(), resume_tsc, NULL); in host_enter_s3()
|
| A D | notify.c | 46 void smp_call_function(uint64_t mask, smp_call_func_t func, void *data) in smp_call_function() function
|
| A D | cpu.c | 640 smp_call_function(mask, smpcall_write_msr_func, &msr); in msr_write_pcpu() 662 smp_call_function(mask, smpcall_read_msr_func, &msr); in msr_read_pcpu()
|
| /hypervisor/debug/ |
| A D | profiling.c | 750 smp_call_function(get_active_pcpu_bitmap(), profiling_ipi_handler, NULL); in profiling_start_pmu() 793 smp_call_function(get_active_pcpu_bitmap(), profiling_ipi_handler, NULL); in profiling_stop_pmu() 823 smp_call_function(get_active_pcpu_bitmap(), profiling_ipi_handler, NULL); in profiling_msr_ops_all_cpus() 1133 smp_call_function(get_active_pcpu_bitmap(), profiling_ipi_handler, NULL); in profiling_configure_pmi() 1183 smp_call_function(get_active_pcpu_bitmap(), profiling_ipi_handler, NULL); in profiling_configure_vmsw()
|
| A D | shell.c | 1003 smp_call_function(mask, dump_vcpu_reg, &dump); in shell_vcpu_dumpreg() 1104 smp_call_function(mask, dump_guest_mem, &dump); in shell_dump_guest_mem()
|
Completed in 10 milliseconds