Searched refs:SRMMU_PG_M (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dpte.h278 #define PG_M_SHIFT4M 5 /* shift to get SRMMU_PG_M,R on 4m */
351 #define SRMMU_PG_M 0x40 /* modified (dirty) */ macro
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dpmap.c2697 (tpte & (SRMMU_PG_R|SRMMU_PG_M)) != 0) {
2702 if (pm->pm_ctx && (tpte & SRMMU_PG_M) == SRMMU_PG_M)
2707 SRMMU_PG_M | SRMMU_PG_R,
6219 pteproto |= SRMMU_PG_M;

Completed in 177 milliseconds