Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dsmp.c310 #define IPI_MESSAGE(A) (1uL << ((BITS_PER_LONG - 8) - 8 * (A))) macro
312 #define IPI_MESSAGE(A) (1uL << (8 * (A))) macro
339 if (all & IPI_MESSAGE(PPC_MSG_RM_HOST_ACTION)) in smp_ipi_demux_relaxed()
342 if (all & IPI_MESSAGE(PPC_MSG_CALL_FUNCTION)) in smp_ipi_demux_relaxed()
344 if (all & IPI_MESSAGE(PPC_MSG_RESCHEDULE)) in smp_ipi_demux_relaxed()
347 if (all & IPI_MESSAGE(PPC_MSG_TICK_BROADCAST)) in smp_ipi_demux_relaxed()
351 if (all & IPI_MESSAGE(PPC_MSG_NMI_IPI)) in smp_ipi_demux_relaxed()