Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dcpuregs.h507 #define MIPS_CONFIG1_TLBSZ_SHIFT 25 macro
/f-stack/freebsd/mips/mips/
H A Dcpu.c177 ((cfg1 & MIPS_CONFIG1_TLBSZ_MASK) >> MIPS_CONFIG1_TLBSZ_SHIFT) + 1; in mips_get_identity()