Searched refs:send_IPI_allbutself (Results 1 – 21 of 21) sorted by relevance
/linux-4.4.14/arch/x86/kernel/ |
D | smp.c | 150 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()
|
D | reboot.c | 758 apic->send_IPI_allbutself(NMI_VECTOR); in smp_send_nmi_allbutself()
|
D | kgdb.c | 440 apic->send_IPI_allbutself(APIC_DM_NMI); in kgdb_roundup_cpus()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | smp.c | 155 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/ |
D | smp.c | 219 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/ |
D | smp.c | 79 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/ |
D | smp.c | 90 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/ |
D | apic_flat_64.c | 190 .send_IPI_allbutself = flat_send_IPI_allbutself, 297 .send_IPI_allbutself = physflat_send_IPI_allbutself,
|
D | apic_numachip.c | 278 .send_IPI_allbutself = numachip_send_IPI_allbutself, 329 .send_IPI_allbutself = numachip_send_IPI_allbutself,
|
D | apic_noop.c | 149 .send_IPI_allbutself = noop_send_IPI_allbutself,
|
D | x2apic_phys.c | 127 .send_IPI_allbutself = x2apic_send_IPI_allbutself,
|
D | probe_32.c | 110 .send_IPI_allbutself = default_send_IPI_allbutself,
|
D | bigsmp_32.c | 185 .send_IPI_allbutself = bigsmp_send_IPI_allbutself,
|
D | x2apic_cluster.c | 271 .send_IPI_allbutself = x2apic_send_IPI_allbutself,
|
D | x2apic_uv_x.c | 411 .send_IPI_allbutself = uv_send_IPI_allbutself,
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | smp.h | 88 extern void send_IPI_allbutself(int irq);
|
/linux-4.4.14/arch/mn10300/mm/ |
D | cache-smp.c | 100 send_IPI_allbutself(FLUSH_CACHE_IPI); in smp_cache_call()
|
/linux-4.4.14/arch/tile/include/asm/ |
D | smp.h | 35 void send_IPI_allbutself(int tag);
|
/linux-4.4.14/arch/x86/xen/ |
D | apic.c | 179 .send_IPI_allbutself = xen_send_IPI_allbutself,
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | smp.c | 348 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/ |
D | apic.h | 309 void (*send_IPI_allbutself)(int vector); member
|