Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
A Dm54xxacr.h66 #define CACHE_WAYS 4 /* 4 ways */ macro
68 #define ICACHE_SET_MASK ((ICACHE_SIZE / 64 - 1) << CACHE_WAYS)
69 #define DCACHE_SET_MASK ((DCACHE_SIZE / 64 - 1) << CACHE_WAYS)
A Dm53xxacr.h66 #define CACHE_WAYS 4 /* 4 ways - set associative */ macro
/linux/arch/m68k/coldfire/
A Dcache.c42 "i" (DCACHE_SIZE / CACHE_WAYS), in mcf_cache_push()
43 "i" (CACHE_WAYS) in mcf_cache_push()

Completed in 4 milliseconds