Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/ps3/
H A Dsmp.c66 BUILD_BUG_ON(PPC_MSG_RESCHEDULE != 1); in ps3_smp_probe()
/openbmc/linux/arch/powerpc/include/asm/
H A Dsmp.h155 #define PPC_MSG_RESCHEDULE 1 macro
/openbmc/linux/arch/powerpc/kernel/
H A Dsmp.c234 [PPC_MSG_RESCHEDULE] = reschedule_action,
250 [PPC_MSG_RESCHEDULE] = "ipi reschedule",
344 if (all & IPI_MESSAGE(PPC_MSG_RESCHEDULE)) in smp_ipi_demux_relaxed()
373 do_message_pass(cpu, PPC_MSG_RESCHEDULE); in arch_smp_send_reschedule()
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dinterrupt.c196 iic_request_ipi(PPC_MSG_RESCHEDULE); in iic_request_IPIs()