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

/illumos-gate/usr/src/uts/common/vm/
H A Dpage.h648 /* Page must be PP_ISNORELOC */
938 #define PP_ISNORELOC(pp) ((pp)->p_state & P_NORELOC) macro
940 #define PP_ISNORELOCKERNEL(pp) (PP_ISNORELOC(pp) && PP_ISKAS(pp))

Completed in 62 milliseconds