Go to the documentation of this file.
8 #ifndef __ASM_SH_CACHE_H
9 #define __ASM_SH_CACHE_H
13 #include <cpu/cache.h>
15 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
17 #define __read_mostly __attribute__((__section__(".data..read_mostly")))
25 unsigned int way_size;
31 unsigned int way_incr;
32 unsigned int entry_shift;
33 unsigned int entry_mask;
40 unsigned int alias_mask;
41 unsigned int n_aliases;