Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Dcpu.c162 cpuinfo->tlb_nentries = ((tmp >> 16) & 0xffff) + 1; in mips_get_identity()
170 cpuinfo->tlb_nentries = (tmp >> 16) + 1; in mips_get_identity()
176 cpuinfo->tlb_nentries = in mips_get_identity()
183 cpuinfo->tlb_nentries += (cfg4 & MIPS_CONFIG4_MMUSIZEEXT) * 0x40; in mips_get_identity()
285 num_tlbentries = cpuinfo.tlb_nentries; in mips_cpu_init()
360 printf(", %d entries ", cpuinfo.tlb_nentries); in cpu_identify()
/f-stack/freebsd/mips/include/
H A Dcpuinfo.h60 u_int16_t tlb_nentries; member