Home
last modified time | relevance | path

Searched refs:L1_CACHE_WAYDISP (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/mn10300/include/asm/
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/
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
Dcache-dbg-flush-by-tag.S107 mov a1,(L1_CACHE_WAYDISP*0,a0)
/linux-4.1.27/arch/mn10300/proc-mn103e010/include/proc/
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/
Dcache.h26 #define L1_CACHE_WAYDISP 0x1000 /* distance from one way to the next */ macro