Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dcpuregs.h506 #define MIPS_CONFIG1_TLBSZ_MASK 0x7E000000 /* bits 30..25 # tlb entries minus one */ macro
/f-stack/freebsd/mips/mips/
H A Dcpu.c177 ((cfg1 & MIPS_CONFIG1_TLBSZ_MASK) >> MIPS_CONFIG1_TLBSZ_SHIFT) + 1; in mips_get_identity()