Home
last modified time | relevance | path

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

/linux-4.1.27/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
242 add r0, r0, #CACHELINESIZE
264 bic r0, r0, #CACHELINESIZE - 1
266 add r0, r0, #CACHELINESIZE
285 bic r0, r0, #CACHELINESIZE - 1
288 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-4.1.27/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()