Searched refs:CACHELINESIZE (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/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 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 macro 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 - 1 [all …]
|
| /OK3568_Linux_fs/kernel/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()
|