Searched refs:P_PNC (Results 1 – 2 of 2) sorted by relevance
110 #define P_PNC 0x8 /* non-caching is permanent bit */ macro119 #define PP_ISNC(pp) ((pp)->p_nrm & (P_PNC|P_TNC))120 #define PP_ISPNC(pp) ((pp)->p_nrm & P_PNC)132 #define PP_SETPNC(pp) ((pp)->p_nrm |= P_PNC)143 #define PP_CLRPNC(pp) ((pp)->p_nrm &= ~P_PNC)
951 ASSERT(!(pp->p_nrm & (P_KPMC | P_KPMS | P_TNC | P_PNC))); in sfmmu_kpm_mapout()