Searched refs:CACHE_DSIZE (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 Dcache-v4wb.S25 # define CACHE_DSIZE 16384
27 # define CACHE_DSIZE 8192
46 #define CACHE_DLIMIT (CACHE_DSIZE * 4)
72 eor r1, r1, #CACHE_DSIZE
74 add r2, r1, #CACHE_DSIZE
H A Dcache-fa.S32 #define CACHE_DSIZE 8192 define
34 #define CACHE_DSIZE 16384 define
37 #define CACHE_DLIMIT (CACHE_DSIZE * 2)
H A Dproc-arm946.S26 #define CACHE_DSIZE (CONFIG_CPU_DCACHE_SIZE) /* typically 8KB. */ define
29 #define CACHE_DENTRIES (CACHE_DSIZE / CACHE_DSEGMENTS / CACHE_DLINESIZE)
30 #define CACHE_DLIMIT (CACHE_DSIZE * 4) /* benchmark needed */

Completed in 72 milliseconds