Searched refs:CACHELINESIZE (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/arm/mm/ |
H A D | proc-xscale.S | 39 #define CACHELINESIZE 32 macro 92 add \rd, \rd, #CACHELINESIZE 94 add \rd, \rd, #CACHELINESIZE 96 add \rd, \rd, #CACHELINESIZE 98 add \rd, \rd, #CACHELINESIZE 240 add r0, r0, #CACHELINESIZE 264 add r0, r0, #CACHELINESIZE 286 add r0, r0, #CACHELINESIZE 307 add r0, r0, #CACHELINESIZE 327 tst r0, #CACHELINESIZE - 1 [all …]
|
H A D | proc-xsc3.S | 43 #define CACHELINESIZE 32 macro 198 add r0, r0, #CACHELINESIZE 225 add r0, r0, #CACHELINESIZE 246 add r0, r0, #CACHELINESIZE 267 tst r0, #CACHELINESIZE - 1 270 tst r1, #CACHELINESIZE - 1 273 add r0, r0, #CACHELINESIZE 290 add r0, r0, #CACHELINESIZE 307 add r0, r0, #CACHELINESIZE 345 add r0, r0, #CACHELINESIZE [all …]
|
/openbmc/linux/drivers/mtd/maps/ |
H A D | pxa2xx-flash.c | 21 #define CACHELINESIZE 32 macro 29 start &= ~(CACHELINESIZE - 1); in pxa2xx_map_inval_cache() 33 start += CACHELINESIZE; in pxa2xx_map_inval_cache()
|