Searched refs:P_KPMC (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h113 #define P_KPMC 0x40 /* kpm conflict page (vac alias prevention) */ macro
125 #define PP_ISKPMC(pp) ((pp)->p_nrm & P_KPMC)
137 #define PP_SETKPMC(pp) ((pp)->p_nrm |= P_KPMC)
148 #define PP_CLRKPMC(pp) ((pp)->p_nrm &= ~P_KPMC)
H A Dhat_sfmmu.c6093 if (pp && (pp->p_nrm & (P_KPMC | P_KPMS | P_TNC))) {
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_kpm.c951 ASSERT(!(pp->p_nrm & (P_KPMC | P_KPMS | P_TNC | P_PNC)));
984 * P_KPMC: remove a kpm mapping that is conflicting.
1171 #define KPM_C 0x00000004 /* page: P_KPMC set */
2046 flags = pp->p_nrm & (P_KPMC | P_KPMS);
2050 if (flags == (P_KPMC | P_KPMS)) {
2087 if (flags != P_KPMC)

Completed in 107 milliseconds