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

/freebsd-11.0-release/sys/mips/include/
H A Dcpuinfo.h56 u_int8_t tlb_type; member in struct:mips_cpuinfo
/freebsd-11.0-release/sys/mips/mips/
H A Dcpu.c95 cpuinfo->tlb_type =
290 if (cpuinfo.tlb_type == MIPS_MMU_NONE) {
293 if (cpuinfo.tlb_type == MIPS_MMU_TLB) {
295 } else if (cpuinfo.tlb_type == MIPS_MMU_BAT) {
297 } else if (cpuinfo.tlb_type == MIPS_MMU_FIXED) {

Completed in 49 milliseconds