Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dcpuregs.h553 #define MIPS_CONFIG4_MMUEXTDEF 0x0000C000 /* bits 15.14 MMU Extension Definition */ macro
/f-stack/freebsd/mips/mips/
H A Dcpu.c182 if ((cfg4 & MIPS_CONFIG4_MMUEXTDEF) == MIPS_CONFIG4_MMUEXTDEF_MMUSIZEEXT) in mips_get_identity()