Home
last modified time | relevance | path

Searched refs:SMP_IRQ_WORK (Results 1 – 4 of 4) sorted by relevance

/linux/arch/mips/include/asm/
H A Dsmp.h54 #define SMP_IRQ_WORK 0x8 macro
/linux/arch/loongarch/include/asm/
H A Dsmp.h78 #define SMP_IRQ_WORK BIT(ACTION_IRQ_WORK) macro
/linux/arch/mips/loongson64/
H A Dsmp.c387 loongson3_send_ipi_single(smp_processor_id(), SMP_IRQ_WORK); in arch_irq_work_raise()
407 if (action & SMP_IRQ_WORK) in loongson3_ipi_interrupt()
/linux/arch/loongarch/kernel/
H A Dsmp.c283 if (action & SMP_IRQ_WORK) { in loongson_ipi_interrupt()