Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A 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/arch/mips/sibyte/sb1250/
H A Dsmp.c160 if (action & SMP_RESCHEDULE_YOURSELF) in sb1250_mailbox_interrupt()
/linux/arch/mips/sibyte/bcm1480/
H A Dsmp.c171 if (action & SMP_RESCHEDULE_YOURSELF) in bcm1480_mailbox_interrupt()
/linux/arch/mips/sgi-ip27/
H A Dip27-smp.c104 case SMP_RESCHEDULE_YOURSELF: in ip27_send_ipi_single()
/linux/arch/mips/cavium-octeon/
H A Dsmp.c64 BUILD_BUG_ON(SMP_RESCHEDULE_YOURSELF != (1 << 0)); in mailbox_interrupt()
/linux/arch/mips/kernel/
H A Dsmp-bmips.c352 if (action & SMP_RESCHEDULE_YOURSELF) in bmips43xx_ipi_interrupt()
H A Dsmp.c190 case SMP_RESCHEDULE_YOURSELF: in mips_smp_send_ipi_mask()
/linux/arch/mips/loongson64/
H A Dsmp.c391 if (action & SMP_RESCHEDULE_YOURSELF) in loongson3_ipi_interrupt()