mmuextdef          42 arch/mips/include/asm/page.h static inline unsigned int page_size_ftlb(unsigned int mmuextdef)
mmuextdef          44 arch/mips/include/asm/page.h 	switch (mmuextdef) {
mmuextdef          57 arch/mips/include/asm/page.h 		      mmuextdef >> 14);
mmuextdef         391 arch/mips/kernel/cpu-probe.c 	unsigned int config4, mmuextdef;
mmuextdef         409 arch/mips/kernel/cpu-probe.c 	mmuextdef = config4 & MIPS_CONF4_MMUEXTDEF;
mmuextdef         411 arch/mips/kernel/cpu-probe.c 	if (mmuextdef == MIPS_CONF4_MMUEXTDEF_FTLBSIZEEXT) {
mmuextdef         789 arch/mips/kernel/cpu-probe.c 	unsigned int mmuextdef;
mmuextdef         805 arch/mips/kernel/cpu-probe.c 			mmuextdef = config4 & MIPS_CONF4_MMUEXTDEF;
mmuextdef         807 arch/mips/kernel/cpu-probe.c 			mmuextdef = MIPS_CONF4_MMUEXTDEF_VTLBSIZEEXT;
mmuextdef         809 arch/mips/kernel/cpu-probe.c 			mmuextdef = 0;
mmuextdef         811 arch/mips/kernel/cpu-probe.c 		switch (mmuextdef) {
mmuextdef         827 arch/mips/kernel/cpu-probe.c 				(page_size_ftlb(mmuextdef) <<