Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dcpuregs.h476 #define MIPS_MMU_NONE 0x00 /* No MMU present */ macro
/f-stack/freebsd/mips/mips/
H A Dcpu.c350 if (cpuinfo.tlb_type == MIPS_MMU_NONE) { in cpu_identify()