Home
last modified time | relevance | path

Searched refs:send_IPI_allbutself (Results 1 – 21 of 21) sorted by relevance

/linux-4.4.14/arch/x86/kernel/
Dsmp.c150 apic->send_IPI_allbutself(CALL_FUNCTION_VECTOR); in native_send_call_func_ipi()
209 apic->send_IPI_allbutself(REBOOT_VECTOR); in native_stop_other_cpus()
233 apic->send_IPI_allbutself(NMI_VECTOR); in native_stop_other_cpus()
Dreboot.c758 apic->send_IPI_allbutself(NMI_VECTOR); in smp_send_nmi_allbutself()
Dkgdb.c440 apic->send_IPI_allbutself(APIC_DM_NMI); in kgdb_roundup_cpus()
/linux-4.4.14/arch/ia64/kernel/
Dsmp.c155 send_IPI_allbutself (int op) in send_IPI_allbutself() function
204 send_IPI_allbutself(IPI_KDUMP_CPU_STOP); in kdump_smp_send_stop()
335 send_IPI_allbutself(IPI_CPU_STOP); in smp_send_stop()
/linux-4.4.14/arch/parisc/kernel/
Dsmp.c219 send_IPI_allbutself(enum ipi_message_type op) in send_IPI_allbutself() function
231 smp_send_stop(void) { send_IPI_allbutself(IPI_CPU_STOP); } in smp_send_stop()
239 send_IPI_allbutself(IPI_NOP); in smp_send_all_nop()
/linux-4.4.14/arch/m32r/kernel/
Dsmp.c79 static void send_IPI_allbutself(int, int);
602 send_IPI_allbutself(LOCAL_TIMER_IPI, 1); in smp_send_timer()
714 static void send_IPI_allbutself(int ipi_num, int try) in send_IPI_allbutself() function
/linux-4.4.14/arch/tile/kernel/
Dsmp.c90 void send_IPI_allbutself(int tag) in send_IPI_allbutself() function
121 send_IPI_allbutself(MSG_TAG_STOP_CPU); in smp_send_stop()
/linux-4.4.14/arch/x86/kernel/apic/
Dapic_flat_64.c190 .send_IPI_allbutself = flat_send_IPI_allbutself,
297 .send_IPI_allbutself = physflat_send_IPI_allbutself,
Dapic_numachip.c278 .send_IPI_allbutself = numachip_send_IPI_allbutself,
329 .send_IPI_allbutself = numachip_send_IPI_allbutself,
Dapic_noop.c149 .send_IPI_allbutself = noop_send_IPI_allbutself,
Dx2apic_phys.c127 .send_IPI_allbutself = x2apic_send_IPI_allbutself,
Dprobe_32.c110 .send_IPI_allbutself = default_send_IPI_allbutself,
Dbigsmp_32.c185 .send_IPI_allbutself = bigsmp_send_IPI_allbutself,
Dx2apic_cluster.c271 .send_IPI_allbutself = x2apic_send_IPI_allbutself,
Dx2apic_uv_x.c411 .send_IPI_allbutself = uv_send_IPI_allbutself,
/linux-4.4.14/arch/mn10300/include/asm/
Dsmp.h88 extern void send_IPI_allbutself(int irq);
/linux-4.4.14/arch/mn10300/mm/
Dcache-smp.c100 send_IPI_allbutself(FLUSH_CACHE_IPI); in smp_cache_call()
/linux-4.4.14/arch/tile/include/asm/
Dsmp.h35 void send_IPI_allbutself(int tag);
/linux-4.4.14/arch/x86/xen/
Dapic.c179 .send_IPI_allbutself = xen_send_IPI_allbutself,
/linux-4.4.14/arch/mn10300/kernel/
Dsmp.c348 void send_IPI_allbutself(int irq) in send_IPI_allbutself() function
414 send_IPI_allbutself(CALL_FUNCTION_NMI_IPI); in smp_nmi_call_function()
462 send_IPI_allbutself(DEBUGGER_NMI_IPI); in smp_jump_to_debugger()
/linux-4.4.14/arch/x86/include/asm/
Dapic.h309 void (*send_IPI_allbutself)(int vector); member