/linux/arch/sh/kernel/ |
H A D | smp.c | 268 smp_call_function(stop_this_cpu, 0, 0); in smp_send_stop() 367 smp_call_function(flush_tlb_mm_ipi, (void *)mm, 1); in flush_tlb_mm() 404 smp_call_function(flush_tlb_range_ipi, (void *)&fd, 1); in flush_tlb_range() 447 smp_call_function(flush_tlb_page_ipi, (void *)&fd, 1); in flush_tlb_page() 471 smp_call_function(flush_tlb_one_ipi, (void *)&fd, 1); in flush_tlb_one()
|
/linux/include/linux/ |
H A D | smp.h | 162 void smp_call_function(smp_call_func_t func, void *info, int wait); 202 #define smp_call_function(func, info, wait) \ macro
|
/linux/arch/mips/kernel/ |
H A D | sysrq.c | 41 smp_call_function(sysrq_tlbdump_single, NULL, 0); in sysrq_tlbdump_othercpus()
|
H A D | crash.c | 66 smp_call_function(crash_shutdown_secondary, NULL, 0); in crash_kexec_prepare_cpus()
|
H A D | machine_kexec.c | 143 smp_call_function(kexec_shutdown_secondary, NULL, 0); in machine_shutdown()
|
H A D | smp.c | 419 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop() 512 smp_call_function(func, info, 1); in smp_on_other_tlbs()
|
/linux/arch/loongarch/kernel/ |
H A D | sysrq.c | 40 smp_call_function(sysrq_tlbdump_single, NULL, 0); in sysrq_tlbdump_othercpus()
|
H A D | smp.c | 613 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
/linux/arch/alpha/kernel/ |
H A D | smp.c | 654 smp_call_function(ipi_flush_tlb_mm, mm, 1); in flush_tlb_mm() 705 smp_call_function(ipi_flush_tlb_page, &data, 1); in flush_tlb_page() 755 smp_call_function(ipi_flush_icache_page, mm, 1); in flush_icache_user_page()
|
/linux/arch/powerpc/kernel/ |
H A D | dawr.c | 81 smp_call_function(disable_dawrs_cb, NULL, 0); in dawr_write_file_bool()
|
H A D | smp.c | 697 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
/linux/kernel/ |
H A D | smp.c | 927 void smp_call_function(smp_call_func_t func, void *info, int wait) in smp_call_function() function 933 EXPORT_SYMBOL(smp_call_function); 1075 smp_call_function(do_nothing, NULL, 1); in kick_all_cpus_sync()
|
/linux/arch/arm/kernel/ |
H A D | smp_tlb.c | 161 smp_call_function(ipi_flush_tlb_a15_erratum, NULL, 1); in broadcast_tlb_a15_erratum()
|
/linux/arch/mips/sibyte/common/ |
H A D | cfe.c | 55 smp_call_function(cfe_linux_exit, arg, 0); in cfe_linux_exit()
|
/linux/arch/sparc/kernel/ |
H A D | nmi.c | 184 smp_call_function(nmi_cpu_busy, (void *)&endflag, 0); in check_nmi_watchdog()
|
/linux/arch/openrisc/kernel/ |
H A D | smp.c | 195 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
|
/linux/arch/arm/mm/ |
H A D | flush.c | 153 smp_call_function(flush_ptrace_access_other, in __flush_ptrace_access()
|
/linux/arch/mips/cavium-octeon/ |
H A D | setup.c | 259 smp_call_function(octeon_kexec_smp_down, NULL, 0); in octeon_shutdown() 475 smp_call_function(octeon_kill_core, NULL, 0); in octeon_halt()
|
/linux/arch/powerpc/kexec/ |
H A D | core_64.c | 231 smp_call_function(kexec_smp_down, NULL, /* wait */0); in kexec_prepare_cpus()
|
/linux/mm/ |
H A D | mmu_gather.c | 277 smp_call_function(tlb_remove_table_smp_sync, NULL, 1); in tlb_remove_table_sync_one()
|
/linux/arch/x86/xen/ |
H A D | smp_pv.c | 399 smp_call_function(stop_self, NULL, wait); in xen_pv_stop_other_cpus()
|
/linux/Documentation/RCU/ |
H A D | rcubarrier.rst | 359 to smp_call_function() and further to smp_call_function_on_cpu(), 368 to smp_call_function() and also across the local call to
|
/linux/arch/arm/common/ |
H A D | bL_switcher.c | 544 smp_call_function(bL_switcher_trace_trigger_cpu, NULL, true); in bL_switcher_trace_trigger()
|
/linux/drivers/tty/ |
H A D | sysrq.c | 247 smp_call_function(showacpu, NULL, 0); in sysrq_showregs_othercpus()
|
/linux/tools/memory-model/Documentation/ |
H A D | simple.txt | 83 smp_call_function(), and the various hash tables and search trees.
|