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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dproc-xsc3.S47 #define CACHELINESIZE 32 define
188 add r0, r0, #CACHELINESIZE
213 bic r0, r0, #CACHELINESIZE - 1
215 add r0, r0, #CACHELINESIZE
236 add r0, r0, #CACHELINESIZE
257 tst r0, #CACHELINESIZE - 1
258 bic r0, r0, #CACHELINESIZE - 1
260 tst r1, #CACHELINESIZE - 1
263 add r0, r0, #CACHELINESIZE
278 bic r0, r0, #CACHELINESIZE
[all...]
H A Dproc-xscale.S42 #define CACHELINESIZE 32 define
95 add \rd, \rd, #CACHELINESIZE
97 add \rd, \rd, #CACHELINESIZE
99 add \rd, \rd, #CACHELINESIZE
101 add \rd, \rd, #CACHELINESIZE
228 add r0, r0, #CACHELINESIZE
250 bic r0, r0, #CACHELINESIZE - 1
252 add r0, r0, #CACHELINESIZE
271 bic r0, r0, #CACHELINESIZE - 1
274 add r0, r0, #CACHELINESIZE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dpxa2xx-flash.c27 #define CACHELINESIZE 32 macro
35 start &= ~(CACHELINESIZE - 1);
39 start += CACHELINESIZE;

Completed in 57 milliseconds