Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Dcpu.c120 cpuinfo->tlb_type = in mips_get_identity()
350 if (cpuinfo.tlb_type == MIPS_MMU_NONE) { in cpu_identify()
353 if (cpuinfo.tlb_type == MIPS_MMU_TLB) { in cpu_identify()
355 } else if (cpuinfo.tlb_type == MIPS_MMU_BAT) { in cpu_identify()
357 } else if (cpuinfo.tlb_type == MIPS_MMU_FIXED) { in cpu_identify()
/f-stack/freebsd/mips/include/
H A Dcpuinfo.h58 u_int8_t tlb_type; member