Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/mips/include/
Dcpuregs.h508 #define MIPS_CONFIG1_TLBSZ_SHIFT 25 macro
/freebsd-12-stable/sys/mips/mips/
Dcpu.c228 ((cfg1 & MIPS_CONFIG1_TLBSZ_MASK) >> MIPS_CONFIG1_TLBSZ_SHIFT) + 1; in mips_get_identity()