Searched refs:P_NORELOC (Results 1 – 1 of 1) sorted by relevance
929 #define P_NORELOC 0x40 /* Page is non-relocatable */ macro938 #define PP_ISNORELOC(pp) ((pp)->p_state & P_NORELOC)949 #define PP_SETNORELOC(pp) ((pp)->p_state |= P_NORELOC)957 #define PP_CLRNORELOC(pp) ((pp)->p_state &= ~P_NORELOC)