Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/platforms/ps3/
Dsmp.c66 BUILD_BUG_ON(PPC_MSG_RESCHEDULE != 1); in ps3_smp_probe()
/linux-6.1.9/arch/powerpc/include/asm/
Dsmp.h154 #define PPC_MSG_RESCHEDULE 1 macro
/linux-6.1.9/arch/powerpc/kernel/
Dsmp.c231 [PPC_MSG_RESCHEDULE] = reschedule_action,
247 [PPC_MSG_RESCHEDULE] = "ipi reschedule",
341 if (all & IPI_MESSAGE(PPC_MSG_RESCHEDULE)) in smp_ipi_demux_relaxed()
370 do_message_pass(cpu, PPC_MSG_RESCHEDULE); in smp_send_reschedule()
/linux-6.1.9/arch/powerpc/platforms/cell/
Dinterrupt.c196 iic_request_ipi(PPC_MSG_RESCHEDULE); in iic_request_IPIs()