Home
last modified time | relevance | path

Searched defs:INT_IPL (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/sun/sys/
H A Davintr.h50 #define INT_IPL(lvl) ((lvl) & (MAXIPL-1)) macro
/titanic_41/usr/src/uts/common/sys/
H A Davintr.h42 #define INT_IPL(x) (x) macro