Searched defs:IPI_MESSAGE (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dsmp.c301 #define IPI_MESSAGE(A) (1uL << ((BITS_PER_LONG - 8) - 8 * (A))) macro
303 #define IPI_MESSAGE(A) (1uL << (8 * (A))) macro

Completed in 188 milliseconds