Searched defs:SOFTINT2IPL (Results 1 – 4 of 4) sorted by relevance
59 #define SOFTINT2IPL(si_level) ((SOFTINT2IPL_MAP >> (4 * (si_level))) & 0x0f) macro
50 #define SOFTINT2IPL(l) ((SOFTINT2IPLMAP >> ((l) * 4)) & 0x0f) macro
76 #define SOFTINT2IPL(l) ((SOFTINT2IPLM global() macro
651 #define SOFTINT2IPL(l) ((SOFTINT2IPLMAP >> ((l) * 4)) & 0x0f) macro