Searched refs:L1_CACHE_WAYDISP (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/arch/mn10300/include/asm/
H A Dcache.h32 __SYSREG(0xc8400000 + (WAY) * L1_CACHE_WAYDISP + \
36 __SYSREG(0xc8400000 + 0 * L1_CACHE_WAYDISP + (ENTRY) * L1_CACHE_BYTES, u32)
38 __SYSREG(0xc8400000 + 1 * L1_CACHE_WAYDISP + (ENTRY) * L1_CACHE_BYTES, u32)
40 __SYSREG(0xc8400000 + 2 * L1_CACHE_WAYDISP + (ENTRY) * L1_CACHE_BYTES, u32)
42 __SYSREG(0xc8400000 + 3 * L1_CACHE_WAYDISP + (ENTRY) * L1_CACHE_BYTES, u32)
46 __SYSREG(0xc8000000 + (WAY) * L1_CACHE_WAYDISP + \
49 __SYSREG(0xc8100000 + (WAY) * L1_CACHE_WAYDISP + \
54 __SYSREG(0xc8200000 + (WAY) * L1_CACHE_WAYDISP + \
57 __SYSREG(0xc8300000 + (WAY) * L1_CACHE_WAYDISP + \
/linux-4.1.27/arch/mn10300/mm/
H A Dcache-inv-by-tag.S185 mov (L1_CACHE_WAYDISP*0,a0),d0 # read the tag in the way 0 slot
194 mov d2,(L1_CACHE_WAYDISP*0,a0) # kill the tag
199 mov (L1_CACHE_WAYDISP*1,a0),d0 # read the tag in the way 1 slot
208 mov d2,(L1_CACHE_WAYDISP*1,a0) # kill the tag
213 mov (L1_CACHE_WAYDISP*2,a0),d0 # read the tag in the way 2 slot
222 mov d2,(L1_CACHE_WAYDISP*2,a0) # kill the tag
227 mov (L1_CACHE_WAYDISP*3,a0),d0 # read the tag in the way 3 slot
236 mov d2,(L1_CACHE_WAYDISP*3,a0) # kill the tag
246 and ~L1_CACHE_WAYDISP,a0
H A Dcache-dbg-inv-by-tag.S76 add L1_CACHE_WAYDISP,a0
82 add L1_CACHE_WAYDISP,a0
88 add L1_CACHE_WAYDISP,a0
H A Dcache-flush-by-tag.S136 mov a1,(L1_CACHE_WAYDISP*0,a0) # conditionally purge this line
141 and ~L1_CACHE_WAYDISP,a0 # make sure way stay on way 0
237 mov a1,(L1_CACHE_WAYDISP*0,a0) # conditionally purge this line
242 and ~L1_CACHE_WAYDISP,a0 # make sure way stay on way 0
H A Dcache-dbg-flush-by-tag.S107 mov a1,(L1_CACHE_WAYDISP*0,a0)
H A Dcache-dbg-flush-by-reg.S121 mov d1,(L1_CACHE_WAYDISP*0,a0)
/linux-4.1.27/arch/mn10300/proc-mn103e010/include/proc/
H A Dcache.h20 #define L1_CACHE_WAYDISP 0x1000 /* displacement of one way from the next */ macro
/linux-4.1.27/arch/mn10300/proc-mn2ws0050/include/proc/
H A Dcache.h26 #define L1_CACHE_WAYDISP 0x1000 /* distance from one way to the next */ macro

Completed in 95 milliseconds