Searched refs:CACHELINESIZE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | proc-xscale.S | 39 #define CACHELINESIZE 32 define 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 262 bic r0, r0, #CACHELINESIZE - 1 264 add r0, r0, #CACHELINESIZE 283 bic r0, r0, #CACHELINESIZE - 1 286 add r0, r0, #CACHELINESIZE [all...] |
H A D | proc-xsc3.S | 43 #define CACHELINESIZE 32 define 198 add r0, r0, #CACHELINESIZE 223 bic r0, r0, #CACHELINESIZE - 1 225 add r0, r0, #CACHELINESIZE 246 add r0, r0, #CACHELINESIZE 267 tst r0, #CACHELINESIZE - 1 268 bic r0, r0, #CACHELINESIZE - 1 270 tst r1, #CACHELINESIZE - 1 273 add r0, r0, #CACHELINESIZE 288 bic r0, r0, #CACHELINESIZE [all...] |
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-xscale.S | 39 #define CACHELINESIZE 32 define 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 262 bic r0, r0, #CACHELINESIZE - 1 264 add r0, r0, #CACHELINESIZE 283 bic r0, r0, #CACHELINESIZE - 1 286 add r0, r0, #CACHELINESIZE [all...] |
H A D | proc-xsc3.S | 43 #define CACHELINESIZE 32 define 198 add r0, r0, #CACHELINESIZE 223 bic r0, r0, #CACHELINESIZE - 1 225 add r0, r0, #CACHELINESIZE 246 add r0, r0, #CACHELINESIZE 267 tst r0, #CACHELINESIZE - 1 268 bic r0, r0, #CACHELINESIZE - 1 270 tst r1, #CACHELINESIZE - 1 273 add r0, r0, #CACHELINESIZE 288 bic r0, r0, #CACHELINESIZE [all...] |
/kernel/linux/linux-5.10/drivers/mtd/maps/ |
H A D | pxa2xx-flash.c | 23 #define CACHELINESIZE 32 macro 31 start &= ~(CACHELINESIZE - 1); in pxa2xx_map_inval_cache() 35 start += CACHELINESIZE; in pxa2xx_map_inval_cache()
|
/kernel/linux/linux-6.6/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()
|
Completed in 2 milliseconds