Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mm/
Dproc-xscale.S42 #define CACHELINESIZE 32 macro
95 add \rd, \rd, #CACHELINESIZE
97 add \rd, \rd, #CACHELINESIZE
99 add \rd, \rd, #CACHELINESIZE
101 add \rd, \rd, #CACHELINESIZE
243 add r0, r0, #CACHELINESIZE
265 bic r0, r0, #CACHELINESIZE - 1
267 add r0, r0, #CACHELINESIZE
286 bic r0, r0, #CACHELINESIZE - 1
289 add r0, r0, #CACHELINESIZE
[all …]
Dproc-xsc3.S46 #define CACHELINESIZE 32 macro
201 add r0, r0, #CACHELINESIZE
226 bic r0, r0, #CACHELINESIZE - 1
228 add r0, r0, #CACHELINESIZE
249 add r0, r0, #CACHELINESIZE
270 tst r0, #CACHELINESIZE - 1
271 bic r0, r0, #CACHELINESIZE - 1
273 tst r1, #CACHELINESIZE - 1
276 add r0, r0, #CACHELINESIZE
291 bic r0, r0, #CACHELINESIZE - 1
[all …]
/Linux-v4.19/drivers/mtd/maps/
Dpxa2xx-flash.c26 #define CACHELINESIZE 32 macro
34 start &= ~(CACHELINESIZE - 1); in pxa2xx_map_inval_cache()
38 start += CACHELINESIZE; in pxa2xx_map_inval_cache()