SMP_CALL_FUNCTION   64 arch/mips/cavium-octeon/smp.c 	BUILD_BUG_ON(SMP_CALL_FUNCTION       != (1 << 1));
SMP_CALL_FUNCTION  128 arch/mips/include/asm/smp.h 	mp_ops->send_ipi_mask(cpumask_of(cpu), SMP_CALL_FUNCTION);
SMP_CALL_FUNCTION  135 arch/mips/include/asm/smp.h 	mp_ops->send_ipi_mask(mask, SMP_CALL_FUNCTION);
SMP_CALL_FUNCTION  281 arch/mips/kernel/smp-bmips.c 	write_c0_brcm_action(ACTION_SET_IPI(cpu, action == SMP_CALL_FUNCTION));
SMP_CALL_FUNCTION  344 arch/mips/kernel/smp-bmips.c 	if (action & SMP_CALL_FUNCTION)
SMP_CALL_FUNCTION  163 arch/mips/kernel/smp.c 	case SMP_CALL_FUNCTION:
SMP_CALL_FUNCTION  270 arch/mips/loongson64/loongson-3/smp.c 	if (action & SMP_CALL_FUNCTION) {
SMP_CALL_FUNCTION   70 arch/mips/netlogic/common/smp.c 	if (action & SMP_CALL_FUNCTION)
SMP_CALL_FUNCTION  155 arch/mips/sgi-ip27/ip27-smp.c 	case SMP_CALL_FUNCTION:
SMP_CALL_FUNCTION  174 arch/mips/sibyte/bcm1480/smp.c 	if (action & SMP_CALL_FUNCTION) {
SMP_CALL_FUNCTION  163 arch/mips/sibyte/sb1250/smp.c 	if (action & SMP_CALL_FUNCTION) {