Home
last modified time | relevance | path

Searched refs:L1_CACHE_NENTRIES (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/mn10300/proc-mn103e010/include/proc/
Dcache.h17 #define L1_CACHE_NENTRIES 256 /* number of entries in each way */ macro
39 +(L1_CACHE_NWAYS * L1_CACHE_NENTRIES * L1_CACHE_BYTES)
41 +(L1_CACHE_NWAYS * L1_CACHE_NENTRIES * L1_CACHE_BYTES)
/linux-2.6.39/arch/mn10300/proc-mn2ws0050/include/proc/
Dcache.h23 #define L1_CACHE_NENTRIES 128 /* number of entries in each way */ macro
45 +(L1_CACHE_NWAYS * L1_CACHE_NENTRIES * L1_CACHE_BYTES)
47 +(L1_CACHE_NWAYS * L1_CACHE_NENTRIES * L1_CACHE_BYTES)
/linux-2.6.39/arch/mn10300/include/asm/
Dcache.h19 #define L1_CACHE_DISPARITY (L1_CACHE_NENTRIES * L1_CACHE_BYTES)
21 #define L1_CACHE_DISPARITY L1_CACHE_NENTRIES * L1_CACHE_BYTES