Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsmp.c283 #define IPI_MESSAGE(A) (1uL << ((BITS_PER_LONG - 8) - 8 * (A))) macro
285 #define IPI_MESSAGE(A) (1uL << (8 * (A))) macro
312 if (all & IPI_MESSAGE(PPC_MSG_RM_HOST_ACTION)) in smp_ipi_demux_relaxed()
315 if (all & IPI_MESSAGE(PPC_MSG_CALL_FUNCTION)) in smp_ipi_demux_relaxed()
317 if (all & IPI_MESSAGE(PPC_MSG_RESCHEDULE)) in smp_ipi_demux_relaxed()
320 if (all & IPI_MESSAGE(PPC_MSG_TICK_BROADCAST)) in smp_ipi_demux_relaxed()
324 if (all & IPI_MESSAGE(PPC_MSG_NMI_IPI)) in smp_ipi_demux_relaxed()