Searched refs:smp_call_function (Results 1 – 12 of 12) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | shutdown.c | 21 smp_call_function(halt_this_cpu, NULL, 0); in machine_halt() 45 smp_call_function(halt_this_cpu, NULL, 0); in machine_restart()
|
A D | p2m.c | 1552 smp_call_function(setup_virt_paging_one, (void *)val, 1); in setup_virt_paging()
|
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/platform-pci/ |
A D | machine_reboot.c | 38 #define initiate_ap_suspend(i) smp_call_function(ap_suspend, i, 0, 0) 40 #define initiate_ap_suspend(i) smp_call_function(ap_suspend, i, 0)
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | smp.h | 30 extern void smp_call_function(
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | smp.c | 35 void smp_call_function( in smp_call_function() function
|
A D | gdbstub.c | 694 smp_call_function(gdb_pause_this_cpu, NULL, /* dont wait! */0); in gdb_smp_pause()
|
A D | keyhandler.c | 406 smp_call_function(read_clocks_slave, NULL, 0); in read_clocks()
|
A D | livepatch.c | 1341 smp_call_function(reschedule_fn, NULL, 0); in check_for_livepatch_work()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | smp.c | 309 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
A D | shutdown.c | 139 smp_call_function(__machine_halt, NULL, 0); in machine_halt()
|
A D | time.c | 1432 smp_call_function(tsc_check_slave, NULL, 0); in tsc_check_reliability()
|
/xen-4.10.0-shim-comet/xen/arch/x86/guest/ |
A D | xen.c | 375 smp_call_function(ap_resume, NULL, 1); in hypervisor_resume()
|
Completed in 44 milliseconds