send_IPI_allbutself  204 arch/ia64/kernel/smp.c  	send_IPI_allbutself(IPI_KDUMP_CPU_STOP);
send_IPI_allbutself  335 arch/ia64/kernel/smp.c 	send_IPI_allbutself(IPI_CPU_STOP);
send_IPI_allbutself  230 arch/parisc/kernel/smp.c smp_send_stop(void)	{ send_IPI_allbutself(IPI_CPU_STOP); }
send_IPI_allbutself  238 arch/parisc/kernel/smp.c 	send_IPI_allbutself(IPI_NOP);
send_IPI_allbutself  257 arch/x86/hyperv/hv_apic.c 		apic->send_IPI_allbutself = hv_send_ipi_allbutself;
send_IPI_allbutself  304 arch/x86/include/asm/apic.h 	void	(*send_IPI_allbutself)(int vector);
send_IPI_allbutself  140 arch/x86/kernel/apic/apic_flat_64.c 	.send_IPI_allbutself		= default_send_IPI_allbutself,
send_IPI_allbutself  233 arch/x86/kernel/apic/apic_flat_64.c 	.send_IPI_allbutself		= default_send_IPI_allbutself,
send_IPI_allbutself  125 arch/x86/kernel/apic/apic_noop.c 	.send_IPI_allbutself		= noop_send_IPI_allbutself,
send_IPI_allbutself  273 arch/x86/kernel/apic/apic_numachip.c 	.send_IPI_allbutself		= numachip_send_IPI_allbutself,
send_IPI_allbutself  322 arch/x86/kernel/apic/apic_numachip.c 	.send_IPI_allbutself		= numachip_send_IPI_allbutself,
send_IPI_allbutself  154 arch/x86/kernel/apic/bigsmp_32.c 	.send_IPI_allbutself		= bigsmp_send_IPI_allbutself,
send_IPI_allbutself   54 arch/x86/kernel/apic/ipi.c 		apic->send_IPI_allbutself(vector);
send_IPI_allbutself   89 arch/x86/kernel/apic/ipi.c 			apic->send_IPI_allbutself(CALL_FUNCTION_VECTOR);
send_IPI_allbutself   96 arch/x86/kernel/apic/probe_32.c 	.send_IPI_allbutself		= default_send_IPI_allbutself,
send_IPI_allbutself  211 arch/x86/kernel/apic/x2apic_cluster.c 	.send_IPI_allbutself		= x2apic_send_IPI_allbutself,
send_IPI_allbutself  175 arch/x86/kernel/apic/x2apic_phys.c 	.send_IPI_allbutself		= x2apic_send_IPI_allbutself,
send_IPI_allbutself  674 arch/x86/kernel/apic/x2apic_uv_x.c 	.send_IPI_allbutself		= uv_send_IPI_allbutself,
send_IPI_allbutself  185 arch/x86/xen/apic.c 	.send_IPI_allbutself 		= xen_send_IPI_allbutself,