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

/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dpte.h272 #define PG_MBZ 0x00780000 /* unused; must be zero (oh really?) */ macro
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dpmap.c1709 int swbits = *ptep & PG_MBZ;
2020 setpte4(va, *pte++ & ~PG_MBZ);
2383 *ptep = (*ptep & PG_MBZ) | pte;
5726 setpte4(va, pteproto & ~PG_MBZ);
5912 setpte4(va, pteproto & ~PG_MBZ);
5983 setpte4(va, pteproto & ~PG_MBZ);

Completed in 116 milliseconds