Searched refs:MIPS_CONF1_TLBS (Results 1 – 2 of 2) sorted by relevance
/arch/mips/kernel/ | ||
D | cpu-probe.c | 710 c->tlbsize = ((config1 & MIPS_CONF1_TLBS) >> 25) + 1; in decode_config1() |
/arch/mips/include/asm/ | ||
D | mipsregs.h | 574 #define MIPS_CONF1_TLBS (_ULCAST_(63)<< 25) macro |