tcache_size        33 arch/mips/mm/sc-rm7k.c static unsigned long tcache_size;
tcache_size        94 arch/mips/mm/sc-rm7k.c 	unsigned long end = start + tcache_size;
tcache_size       116 arch/mips/mm/sc-rm7k.c 	for (i = 0; i < tcache_size; i += tc_lsize)
tcache_size       125 arch/mips/mm/sc-rm7k.c 	BUG_ON(tcache_size == 0);
tcache_size       222 arch/mips/mm/sc-rm7k.c 	tcache_size = addr;
tcache_size       255 arch/mips/mm/sc-rm7k.c 	tcache_size = 0;
tcache_size       269 arch/mips/mm/sc-rm7k.c 	pr_info("Tertiary cache size %ldK.\n", (tcache_size >> 10));