Symbol: send_IPI_allbutself
arch/parisc/kernel/smp.c
242
send_IPI_allbutself(IPI_ENTER_KGDB);
arch/parisc/kernel/smp.c
247
smp_send_stop(void) { send_IPI_allbutself(IPI_CPU_STOP); }
arch/parisc/kernel/smp.c
255
send_IPI_allbutself(IPI_NOP);
arch/x86/hyperv/hv_apic.c
314
apic_update_callback(send_IPI_allbutself, hv_send_ipi_allbutself);
arch/x86/hyperv/hv_crash.c
396
apic->send_IPI_allbutself(NMI_VECTOR);
arch/x86/include/asm/apic.h
284
void (*send_IPI_allbutself)(int vector);
arch/x86/include/asm/apic.h
331
void (*send_IPI_allbutself)(int vector);
arch/x86/include/asm/apic.h
390
DECLARE_APIC_CALL(send_IPI_allbutself);
arch/x86/kernel/apic/apic_flat_64.c
52
.send_IPI_allbutself = default_send_IPI_allbutself,
arch/x86/kernel/apic/apic_noop.c
69
.send_IPI_allbutself = noop_send_IPI_allbutself,
arch/x86/kernel/apic/apic_numachip.c
225
.send_IPI_allbutself = numachip_send_IPI_allbutself,
arch/x86/kernel/apic/apic_numachip.c
259
.send_IPI_allbutself = numachip_send_IPI_allbutself,
arch/x86/kernel/apic/init.c
25
DEFINE_APIC_CALL(send_IPI_allbutself);
arch/x86/kernel/apic/init.c
52
apply_override(send_IPI_allbutself);
arch/x86/kernel/apic/init.c
73
update_call(send_IPI_allbutself);
arch/x86/kernel/apic/probe_32.c
57
.send_IPI_allbutself = default_send_IPI_allbutself,
arch/x86/kernel/apic/x2apic_cluster.c
249
.send_IPI_allbutself = x2apic_send_IPI_allbutself,
arch/x86/kernel/apic/x2apic_phys.c
147
.send_IPI_allbutself = x2apic_send_IPI_allbutself,
arch/x86/kernel/apic/x2apic_savic.c
413
.send_IPI_allbutself = savic_send_ipi_allbutself,
arch/x86/kernel/apic/x2apic_uv_x.c
773
.send_IPI_allbutself = uv_send_IPI_allbutself,
arch/x86/xen/apic.c
132
.send_IPI_allbutself = xen_send_IPI_allbutself,