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

/linux-4.1.27/arch/arm/mm/
H A Dcache-v4wb.S26 # define CACHE_DSIZE 16384
28 # define CACHE_DSIZE 8192
47 #define CACHE_DLIMIT (CACHE_DSIZE * 4)
84 eor r1, r1, #CACHE_DSIZE
86 add r2, r1, #CACHE_DSIZE
H A Dcache-fa.S33 #define CACHE_DSIZE 8192 define
35 #define CACHE_DSIZE 16384 define
39 #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 116 milliseconds