Searched refs:tcache_size (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/mm/
H A Dsc-rm7k.c33 static unsigned long tcache_size; variable
90 unsigned long end = start + tcache_size;
112 for (i = 0; i < tcache_size; i += tc_lsize)
121 BUG_ON(tcache_size == 0);
218 tcache_size = addr;
251 tcache_size = 0;
265 pr_info("Tertiary cache size %ldK.\n", (tcache_size >> 10));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/mm/
H A Dsc-rm7k.c33 static unsigned long tcache_size; variable
90 unsigned long end = start + tcache_size;
112 for (i = 0; i < tcache_size; i += tc_lsize)
121 BUG_ON(tcache_size == 0);
218 tcache_size = addr;
251 tcache_size = 0;
265 pr_info("Tertiary cache size %ldK.\n", (tcache_size >> 10));

Completed in 170 milliseconds