Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dcpuregs.h552 #define MIPS_CONFIG4_MMUSIZEEXT 0x000000FF /* bits 7.. 0 MMU Size Extension */ macro
/f-stack/freebsd/mips/mips/
H A Dcpu.c183 cpuinfo->tlb_nentries += (cfg4 & MIPS_CONFIG4_MMUSIZEEXT) * 0x40; in mips_get_identity()