Home | History | Annotate | Download | only in sun2

Lines Matching refs:PG_NC

58  * PG_NC and BADALIAS, should optimize away), and keeping it in makes
282 #define PV_NC (PG_NC >> PV_SHIFT)
1104 if (clear_bits & ~(PG_WRITE | PG_NC | PG_REF | PG_MOD))
1353 PG_NC | PG_MODREF)) >> PV_SHIFT;
1364 pv_changepte(pa, PG_NC, 0);
1394 * pvlist and turn off PG_NC in each PTE. (The pvlist is by
1466 pv_changepte(pa, 0, PG_NC);
1607 pte |= (PG_SYSTEM | PG_WRITE | PG_NC);
1630 pte &= ~(PG_NC);
1648 pte &= ~(PG_WRITE|PG_NC);
1660 pte &= ~(PG_NC);
2018 new_pte |= PG_NC;
2091 new_pte |= (old_pte & PG_NC);
2103 new_pte |= PG_NC;
2108 new_pte |= PG_NC;
2267 new_pte |= (old_pte & PG_NC);
2280 new_pte |= PG_NC;
2285 new_pte |= PG_NC;
2354 new_pte |= PG_NC;
2396 new_pte |= PG_NC;
3612 /* PG_PERM is short for (PG_VALID|PG_WRITE|PG_SYSTEM|PG_NC) */
3662 /* PG_PERM is short for (PG_VALID|PG_WRITE|PG_SYSTEM|PG_NC) */