Home
last modified time | relevance | path

Searched defs: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