Searched refs:SMP_CALL_FUNCTION (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/loongarch/include/asm/
H A Dsmp.h64 #define SMP_CALL_FUNCTION 0x4 macro
84 loongson_send_ipi_single(cpu, SMP_CALL_FUNCTION);
89 loongson_send_ipi_mask(mask, SMP_CALL_FUNCTION);
/linux-master/arch/mips/include/asm/
H A Dsmp.h50 #define SMP_CALL_FUNCTION 0x2 macro
130 mp_ops->send_ipi_single(cpu, SMP_CALL_FUNCTION);
137 mp_ops->send_ipi_mask(mask, SMP_CALL_FUNCTION);
/linux-master/arch/mips/sibyte/bcm1480/
H A Dsmp.c174 if (action & SMP_CALL_FUNCTION) {
/linux-master/arch/mips/sibyte/sb1250/
H A Dsmp.c163 if (action & SMP_CALL_FUNCTION) {
/linux-master/arch/mips/sgi-ip30/
H A Dip30-smp.c54 case SMP_CALL_FUNCTION:
/linux-master/arch/mips/sgi-ip27/
H A Dip27-smp.c105 case SMP_CALL_FUNCTION:
/linux-master/arch/mips/kernel/
H A Dsmp-bmips.c286 * IPI1 is used for SMP_CALL_FUNCTION
291 write_c0_brcm_action(ACTION_SET_IPI(cpu, action == SMP_CALL_FUNCTION));
354 if (action & SMP_CALL_FUNCTION)
H A Dsmp.c182 case SMP_CALL_FUNCTION:
/linux-master/arch/mips/cavium-octeon/
H A Dsmp.c65 BUILD_BUG_ON(SMP_CALL_FUNCTION != (1 << 1));
/linux-master/arch/loongarch/kernel/
H A Dsmp.c241 if (action & SMP_CALL_FUNCTION) {
/linux-master/arch/mips/loongson64/
H A Dsmp.c396 if (action & SMP_CALL_FUNCTION) {

Completed in 141 milliseconds