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

/illumos-gate/usr/src/uts/common/os/
H A Dcap_util.c189 * The IS_HIPIL() macro verifies that the code is executed either from a
193 #define IS_HIPIL() (getpil() >= XCALL_PIL) macro
195 #define IS_HIPIL() macro
612 ASSERT(IS_HIPIL());
784 ASSERT(IS_HIPIL());
930 ASSERT(IS_HIPIL());
949 ASSERT(IS_HIPIL());
H A Dkcpc.c97 * The IS_HIPIL() macro verifies that the code is executed either from a
101 #define IS_HIPIL() (getpil() >= XCALL_PIL) macro
103 #define IS_HIPIL() macro
2072 ASSERT(IS_HIPIL());
2149 ASSERT(IS_HIPIL());
2199 ASSERT(IS_HIPIL());

Completed in 110 milliseconds