Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/loongarch/include/asm/
A Dsmp.h64 #define SMP_CALL_FUNCTION 0x4 macro
83 loongson_send_ipi_single(cpu, SMP_CALL_FUNCTION); in arch_send_call_function_single_ipi()
88 loongson_send_ipi_mask(mask, SMP_CALL_FUNCTION); in arch_send_call_function_ipi_mask()
/linux-6.3-rc2/arch/mips/include/asm/
A Dsmp.h52 #define SMP_CALL_FUNCTION 0x2 macro
128 mp_ops->send_ipi_single(cpu, SMP_CALL_FUNCTION); in arch_send_call_function_single_ipi()
135 mp_ops->send_ipi_mask(mask, SMP_CALL_FUNCTION); in arch_send_call_function_ipi_mask()
/linux-6.3-rc2/arch/mips/sibyte/sb1250/
A Dsmp.c163 if (action & SMP_CALL_FUNCTION) { in sb1250_mailbox_interrupt()
/linux-6.3-rc2/arch/mips/sgi-ip30/
A Dip30-smp.c54 case SMP_CALL_FUNCTION: in ip30_smp_send_ipi_single()
/linux-6.3-rc2/arch/mips/sibyte/bcm1480/
A Dsmp.c174 if (action & SMP_CALL_FUNCTION) { in bcm1480_mailbox_interrupt()
/linux-6.3-rc2/arch/mips/kernel/
A Dsmp-bmips.c289 write_c0_brcm_action(ACTION_SET_IPI(cpu, action == SMP_CALL_FUNCTION)); in bmips5000_send_ipi_single()
352 if (action & SMP_CALL_FUNCTION) in bmips43xx_ipi_interrupt()
A Dsmp.c163 case SMP_CALL_FUNCTION: in mips_smp_send_ipi_mask()
/linux-6.3-rc2/arch/mips/sgi-ip27/
A Dip27-smp.c105 case SMP_CALL_FUNCTION: in ip27_send_ipi_single()
/linux-6.3-rc2/arch/mips/cavium-octeon/
A Dsmp.c64 BUILD_BUG_ON(SMP_CALL_FUNCTION != (1 << 1)); in mailbox_interrupt()
/linux-6.3-rc2/arch/loongarch/kernel/
A Dsmp.c176 if (action & SMP_CALL_FUNCTION) { in loongson_ipi_interrupt()
/linux-6.3-rc2/arch/mips/loongson64/
A Dsmp.c409 if (action & SMP_CALL_FUNCTION) { in loongson3_ipi_interrupt()

Completed in 14 milliseconds