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

/linux-4.4.14/arch/m68k/coldfire/
H A Dcache.c41 "i" (DCACHE_SIZE / CACHE_WAYS), mcf_cache_push()
42 "i" (CACHE_WAYS) mcf_cache_push()
/linux-4.4.14/arch/m68k/include/asm/
H A Dm54xxacr.h65 #define CACHE_WAYS 4 /* 4 ways */ macro
67 #define ICACHE_SET_MASK ((ICACHE_SIZE / 64 - 1) << CACHE_WAYS)
68 #define DCACHE_SET_MASK ((DCACHE_SIZE / 64 - 1) << CACHE_WAYS)
H A Dm53xxacr.h65 #define CACHE_WAYS 4 /* 4 ways - set associative */ macro

Completed in 60 milliseconds