Home
last modified time | relevance | path

Searched refs:SMP_RESCHEDULE_YOURSELF (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/arch/mips/include/asm/
Dsmp.h49 #define SMP_RESCHEDULE_YOURSELF 0x1 /* XXX braindead */ macro
74 mp_ops->send_ipi_single(cpu, SMP_RESCHEDULE_YOURSELF); in arch_smp_send_reschedule()
/linux-6.12.1/arch/mips/sibyte/sb1250/
Dsmp.c160 if (action & SMP_RESCHEDULE_YOURSELF) in sb1250_mailbox_interrupt()
/linux-6.12.1/arch/mips/sgi-ip30/
Dip30-smp.c51 case SMP_RESCHEDULE_YOURSELF: in ip30_smp_send_ipi_single()
/linux-6.12.1/arch/mips/sibyte/bcm1480/
Dsmp.c171 if (action & SMP_RESCHEDULE_YOURSELF) in bcm1480_mailbox_interrupt()
/linux-6.12.1/arch/mips/sgi-ip27/
Dip27-smp.c104 case SMP_RESCHEDULE_YOURSELF: in ip27_send_ipi_single()
/linux-6.12.1/arch/mips/cavium-octeon/
Dsmp.c64 BUILD_BUG_ON(SMP_RESCHEDULE_YOURSELF != (1 << 0)); in mailbox_interrupt()
/linux-6.12.1/arch/mips/kernel/
Dsmp-bmips.c352 if (action & SMP_RESCHEDULE_YOURSELF) in bmips43xx_ipi_interrupt()
Dsmp.c186 case SMP_RESCHEDULE_YOURSELF: in mips_smp_send_ipi_mask()
/linux-6.12.1/arch/mips/loongson64/
Dsmp.c391 if (action & SMP_RESCHEDULE_YOURSELF) in loongson3_ipi_interrupt()