Searched refs:L1_CACHE_WAYDISP (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/arch/mn10300/include/asm/ |
H A D | cache.h | 32 __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 D | cache-inv-by-tag.S | 185 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 D | cache-dbg-inv-by-tag.S | 76 add L1_CACHE_WAYDISP,a0 82 add L1_CACHE_WAYDISP,a0 88 add L1_CACHE_WAYDISP,a0
|
H A D | cache-flush-by-tag.S | 136 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 D | cache-dbg-flush-by-tag.S | 107 mov a1,(L1_CACHE_WAYDISP*0,a0)
|
H A D | cache-dbg-flush-by-reg.S | 121 mov d1,(L1_CACHE_WAYDISP*0,a0)
|
/linux-4.1.27/arch/mn10300/proc-mn103e010/include/proc/ |
H A D | cache.h | 20 #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 D | cache.h | 26 #define L1_CACHE_WAYDISP 0x1000 /* distance from one way to the next */ macro
|
Completed in 148 milliseconds