Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/apic/
H A Dinit.c25 DEFINE_APIC_CALL(send_IPI_allbutself);
52 apply_override(send_IPI_allbutself); in restore_override_callbacks()
73 update_call(send_IPI_allbutself); in update_static_calls()
H A Dapic_flat_64.c103 .send_IPI_allbutself = default_send_IPI_allbutself,
176 .send_IPI_allbutself = default_send_IPI_allbutself,
H A Dapic_numachip.c242 .send_IPI_allbutself = numachip_send_IPI_allbutself,
279 .send_IPI_allbutself = numachip_send_IPI_allbutself,
H A Dapic_noop.c67 .send_IPI_allbutself = noop_send_IPI_allbutself,
H A Dbigsmp_32.c102 .send_IPI_allbutself = bigsmp_send_IPI_allbutself,
H A Dprobe_32.c57 .send_IPI_allbutself = default_send_IPI_allbutself,
H A Dx2apic_phys.c166 .send_IPI_allbutself = x2apic_send_IPI_allbutself,
H A Dx2apic_cluster.c251 .send_IPI_allbutself = x2apic_send_IPI_allbutself,
H A Dx2apic_uv_x.c825 .send_IPI_allbutself = uv_send_IPI_allbutself,
/openbmc/linux/arch/parisc/kernel/
H A Dsmp.c227 send_IPI_allbutself(enum ipi_message_type op) in send_IPI_allbutself() function
242 send_IPI_allbutself(IPI_ENTER_KGDB); in kgdb_roundup_cpus()
247 smp_send_stop(void) { send_IPI_allbutself(IPI_CPU_STOP); } in smp_send_stop()
255 send_IPI_allbutself(IPI_NOP); in smp_send_all_nop()
/openbmc/linux/arch/ia64/kernel/
H A Dsmp.c154 send_IPI_allbutself (int op) in send_IPI_allbutself() function
203 send_IPI_allbutself(IPI_KDUMP_CPU_STOP); in kdump_smp_send_stop()
334 send_IPI_allbutself(IPI_CPU_STOP); in smp_send_stop()
/openbmc/linux/arch/x86/include/asm/
H A Dapic.h272 void (*send_IPI_allbutself)(int vector); member
322 void (*send_IPI_allbutself)(int vector); member
389 DECLARE_APIC_CALL(send_IPI_allbutself);
/openbmc/linux/arch/x86/xen/
H A Dapic.c147 .send_IPI_allbutself = xen_send_IPI_allbutself,
/openbmc/linux/arch/x86/hyperv/
H A Dhv_apic.c301 apic_update_callback(send_IPI_allbutself, hv_send_ipi_allbutself); in hv_apic_init()