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

/illumos-gate/usr/src/uts/sun/sys/
H A Davintr.h41 #define MAXIPL 16 macro
49 #define INT_LEVEL(lvl) ((lvl) & ~(MAXIPL-1))
50 #define INT_IPL(lvl) ((lvl) & (MAXIPL-1))
/illumos-gate/usr/src/uts/common/sys/
H A Davintr.h41 #define MAXIPL 16 macro

Completed in 72 milliseconds