Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm/mm/
Dproc-xscale.S40 #define CACHELINESIZE 32 macro
93 add \rd, \rd, #CACHELINESIZE
95 add \rd, \rd, #CACHELINESIZE
97 add \rd, \rd, #CACHELINESIZE
99 add \rd, \rd, #CACHELINESIZE
244 add r0, r0, #CACHELINESIZE
267 bic r0, r0, #CACHELINESIZE - 1
269 add r0, r0, #CACHELINESIZE
289 bic r0, r0, #CACHELINESIZE - 1
292 add r0, r0, #CACHELINESIZE
[all …]
Dproc-xsc3.S44 #define CACHELINESIZE 32 macro
202 add r0, r0, #CACHELINESIZE
232 bic r0, r0, #CACHELINESIZE - 1
234 add r0, r0, #CACHELINESIZE
256 add r0, r0, #CACHELINESIZE
278 tst r0, #CACHELINESIZE - 1
279 bic r0, r0, #CACHELINESIZE - 1
281 tst r1, #CACHELINESIZE - 1
284 add r0, r0, #CACHELINESIZE
299 bic r0, r0, #CACHELINESIZE - 1
[all …]
/linux-6.12.1/drivers/mtd/maps/
Dpxa2xx-flash.c21 #define CACHELINESIZE 32 macro
29 start &= ~(CACHELINESIZE - 1); in pxa2xx_map_inval_cache()
33 start += CACHELINESIZE; in pxa2xx_map_inval_cache()