Searched refs:PG_NC (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sun2/include/
H A Dpte.h121 #define PG_NC 0x00000000 macro
133 #define PG_SPECIAL (PG_VALID|PG_WRITE|PG_SYSTEM|PG_NC|PG_REF|PG_MOD)
134 #define PG_PERM (PG_VALID|PG_WRITE|PG_SYSTEM|PG_NC)
/netbsd-6-1-5-RELEASE/sys/arch/sun3/include/
H A Dpte3.h44 #define PG_NC 0x10000000 macro
49 #define PG_SPECIAL (PG_VALID|PG_WRITE|PG_SYSTEM|PG_NC|PG_REF|PG_MOD)
50 #define PG_PERM (PG_VALID|PG_WRITE|PG_SYSTEM|PG_NC)
/netbsd-6-1-5-RELEASE/sys/arch/sun2/sun2/
H A Ddb_machdep.c135 if (pte & PG_NC)
H A Ddb_memrw.c145 tmppte |= (PG_WRITE | PG_NC);
H A Dpmap.c58 * PG_NC and BADALIAS, should optimize away), and keeping it in makes
283 #define PV_NC (PG_NC >> PV_SHIFT)
1105 if (clear_bits & ~(PG_WRITE | PG_NC | PG_REF | PG_MOD))
1335 flags = (pte & PG_NC) ? PV_NC : 0;
1366 pv_changepte(pa, PG_NC, 0);
1396 * pvlist and turn off PG_NC in each PTE. (The pvlist is by
1468 pv_changepte(pa, 0, PG_NC);
1609 pte |= (PG_SYSTEM | PG_WRITE | PG_NC);
1632 pte &= ~(PG_NC);
1650 pte &= ~(PG_WRITE|PG_NC);
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3/
H A Ddb_memrw.c149 tmppte |= (PG_WRITE | PG_NC);
H A Ddb_machdep.c146 if (pte & PG_NC)
H A Dpmap.c1113 if (clear_bits & ~(PG_WRITE | PG_NC | PG_REF | PG_MOD))
1339 flags = (pte & PG_NC) ? PV_NC : 0;
1370 pv_changepte(pa, PG_NC, 0);
1400 * pvlist and turn off PG_NC in each PTE. (The pvlist is by
1472 pv_changepte(pa, 0, PG_NC);
1640 pte |= (PG_SYSTEM | PG_WRITE | PG_NC);
1647 pte &= ~(PG_NC);
1665 pte &= ~(PG_WRITE|PG_NC);
1677 pte &= ~(PG_NC);
2047 new_pte |= PG_NC;
[all...]
H A Dbus_subr.c104 pte |= (PG_VALID | PG_WRITE | PG_SYSTEM | PG_NC);
/netbsd-6-1-5-RELEASE/sys/arch/sparc/stand/common/
H A Dmmu.c109 pte = PG_S | PG_V | PG_W | PG_NC | ((pa >> PGSHIFT) & PG_PFNUM);
H A Dpromdev.c708 #define PG_COMMON (PG_V|PG_W|PG_S|PG_NC)
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dpte.h179 * if (pte & PG_NC) DO_NOT_USE_CACHE_FOR_THIS_ACCESS();
256 #define PG_NC 0x10000000 /* non-cacheable */ macro
276 #define PG_TNC_SHIFT 26 /* shift to get PG_TYPE + PG_NC */
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dpmap.c2316 * (e.g., PG_W or PG_NC).
2461 * pvlist and turn off PG_NC in each PTE. (The pvlist is by
2524 pv_changepte4_4c(pg, 0, PG_NC);
2530 * It returns PG_NC if the (new) pvlist says that the address cannot
2538 int nc = (*pteprotop & PG_NC) != 0 ? PV_NC : 0;
2569 *pteprotop |= PG_NC;
2575 *pteprotop |= PG_NC;
2595 pv_changepte4_4c(pg, PG_NC, 0);
2596 *pteprotop |= PG_NC;
2615 * (e.g., PG_W or PG_NC)
[all...]

Completed in 140 milliseconds