Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/arch/parisc/kernel/
Dsmp.c218 send_IPI_allbutself(enum ipi_message_type op) in send_IPI_allbutself() function
230 smp_send_stop(void) { send_IPI_allbutself(IPI_CPU_STOP); } in smp_send_stop()
238 send_IPI_allbutself(IPI_NOP); in smp_send_all_nop()
/Linux-v5.4/arch/x86/kernel/apic/
Dapic_flat_64.c140 .send_IPI_allbutself = default_send_IPI_allbutself,
233 .send_IPI_allbutself = default_send_IPI_allbutself,
Dipi.c54 apic->send_IPI_allbutself(vector); in apic_send_IPI_allbutself()
89 apic->send_IPI_allbutself(CALL_FUNCTION_VECTOR); in native_send_call_func_ipi()
Dapic_numachip.c273 .send_IPI_allbutself = numachip_send_IPI_allbutself,
322 .send_IPI_allbutself = numachip_send_IPI_allbutself,
Dapic_noop.c125 .send_IPI_allbutself = noop_send_IPI_allbutself,
Dbigsmp_32.c154 .send_IPI_allbutself = bigsmp_send_IPI_allbutself,
Dprobe_32.c96 .send_IPI_allbutself = default_send_IPI_allbutself,
Dx2apic_phys.c175 .send_IPI_allbutself = x2apic_send_IPI_allbutself,
Dx2apic_cluster.c211 .send_IPI_allbutself = x2apic_send_IPI_allbutself,
Dx2apic_uv_x.c674 .send_IPI_allbutself = uv_send_IPI_allbutself,
/Linux-v5.4/arch/x86/xen/
Dapic.c185 .send_IPI_allbutself = xen_send_IPI_allbutself,
/Linux-v5.4/arch/x86/hyperv/
Dhv_apic.c257 apic->send_IPI_allbutself = hv_send_ipi_allbutself; in hv_apic_init()
/Linux-v5.4/arch/x86/include/asm/
Dapic.h302 void (*send_IPI_allbutself)(int vector); member