Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dcpuregs.h479 #define MIPS_MMU_FIXED 0x03 /* Standard fixed mapping */ macro
/f-stack/freebsd/mips/mips/
H A Dcpu.c357 } else if (cpuinfo.tlb_type == MIPS_MMU_FIXED) { in cpu_identify()