Home
last modified time | relevance | path

Searched refs:smp_call_function (Results 1 – 6 of 6) sorted by relevance

/hypervisor/include/arch/x86/asm/
A Dnotify.h17 void smp_call_function(uint64_t mask, smp_call_func_t func, void *data);
/hypervisor/arch/x86/
A Dpm.c190 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 Dnotify.c46 void smp_call_function(uint64_t mask, smp_call_func_t func, void *data) in smp_call_function() function
A Dcpu.c640 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 Dprofiling.c750 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 Dshell.c1003 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