|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/kernel.h>#include <linux/mm.h>#include <linux/bitops.h>#include <asm/addrspace.h>#include <asm/bcache.h>#include <asm/cacheops.h>#include <asm/mipsregs.h>#include <asm/processor.h>#include <asm/sections.h>#include <asm/cacheflush.h>#include <asm/r4kcache.h>Go to the source code of this file.
Macros | |
| #define | sc_lsize 32 |
| #define | tc_pagesize (32*128) |
| #define | scache_size (256*1024) /* Fixed to 256KiB on RM7000 */ |
| #define | tc_lsize 32 |
Functions | |
| void __cpuinit | rm7k_sc_init (void) |
Variables | |
| unsigned long | icache_way_size |
| unsigned long | dcache_way_size |
| #define scache_size (256*1024) /* Fixed to 256KiB on RM7000 */ |
| unsigned long dcache_way_size |
| unsigned long icache_way_size |
1.8.2