Searched refs:get_active_pcpu_bitmap (Results 1 – 4 of 4) sorted by relevance
| /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 | cpu.c | 108 uint64_t get_active_pcpu_bitmap(void) in get_active_pcpu_bitmap() function
|
| /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()
|
| /hypervisor/include/arch/x86/asm/ |
| A D | cpu.h | 816 uint64_t get_active_pcpu_bitmap(void);
|
Completed in 10 milliseconds