Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/mips/include/
Dmips3_pte.h140 #define MIPS3_PG_FRAME 0x3fffffc0 macro
156 (((paddr_t)(x) >> MIPS3_PG_SHIFT) & MIPS3_PG_FRAME)
158 ((paddr_t)((x) & MIPS3_PG_FRAME) << MIPS3_PG_SHIFT)
/netbsd/src/sys/arch/mips/mips/
Dmips_machdep.c1904 cpuhdrp->pg_frame = MIPS3_PG_FRAME; in cpu_dump()