Searched refs:MIPS_CONFIG1_TLBSZ_MASK (Results 1 – 2 of 2) sorted by relevance
506 #define MIPS_CONFIG1_TLBSZ_MASK 0x7E000000 /* bits 30..25 # tlb entries minus one */ macro
177 ((cfg1 & MIPS_CONFIG1_TLBSZ_MASK) >> MIPS_CONFIG1_TLBSZ_SHIFT) + 1; in mips_get_identity()