Searched refs:L1_CACHE_NENTRIES (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/arch/mn10300/proc-mn103e010/include/proc/
H A 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-4.1.27/arch/mn10300/proc-mn2ws0050/include/proc/
H A 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-4.1.27/arch/mn10300/include/asm/
H A Dcache.h19 #define L1_CACHE_DISPARITY (L1_CACHE_NENTRIES * L1_CACHE_BYTES)
21 #define L1_CACHE_DISPARITY L1_CACHE_NENTRIES * L1_CACHE_BYTES
/linux-4.1.27/arch/mn10300/mm/
H A Dcache-dbg-flush-by-tag.S48 mov L1_CACHE_NWAYS*L1_CACHE_NENTRIES,e0 # total number of entries
H A Dcache-flush-by-tag.S61 mov L1_CACHE_NWAYS*L1_CACHE_NENTRIES,d1 # total number of entries
166 mov L1_CACHE_NENTRIES,d1
/linux-4.1.27/arch/mn10300/boot/compressed/
H A Dhead.S118 mov L1_CACHE_NENTRIES,d1

Completed in 208 milliseconds