Home
last modified time | relevance | path

Searched refs:pg_mask (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/mips/include/
Dmips3_pte.h178 #define MIPS3_PG_SIZE_MASK_TO_SIZE(pg_mask) \ argument
179 ((((pg_mask) | 0x00001fff) + 1) / 2)
195 #define MIPS4100_PG_SIZE_MASK_TO_SIZE(pg_mask) \ argument
196 ((((pg_mask) | 0x000007ff) + 1) / 2)
/netbsd/src/sys/arch/mips/mips/
Dmips_machdep.c1628 uint32_t pg_mask; in cpu_identify() local
1644 for (i = 4, pg_mask = opts->mips3_tlb_pg_mask >> 13; in cpu_identify()
1645 pg_mask != 0; ) { in cpu_identify()
1646 if ((pg_mask & 3) != 3) in cpu_identify()
1648 pg_mask >>= 2; in cpu_identify()