Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dcpuregs.h477 #define MIPS_MMU_TLB 0x01 /* Standard TLB */ macro
/f-stack/freebsd/mips/mips/
H A Dcpu.c353 if (cpuinfo.tlb_type == MIPS_MMU_TLB) { in cpu_identify()