Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dsmp.c239 #define IPI_MESSAGE(A) (1 << (24 - 8 * (A))) macro
241 #define IPI_MESSAGE(A) (1 << (8 * (A))) macro
253 if (all & IPI_MESSAGE(PPC_MSG_CALL_FUNCTION)) in smp_ipi_demux()
255 if (all & IPI_MESSAGE(PPC_MSG_RESCHEDULE)) in smp_ipi_demux()
257 if (all & IPI_MESSAGE(PPC_MSG_TICK_BROADCAST)) in smp_ipi_demux()
259 if (all & IPI_MESSAGE(PPC_MSG_DEBUGGER_BREAK)) in smp_ipi_demux()