Home
last modified time | relevance | path

Searched refs:ICACHE_WAY_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux/arch/xtensa/include/asm/
H A Dcache.h21 #define ICACHE_WAY_SIZE (XCHAL_ICACHE_SIZE/XCHAL_ICACHE_WAYS) macro
26 #if DCACHE_WAY_SIZE >= ICACHE_WAY_SIZE
29 # define CACHE_WAY_SIZE ICACHE_WAY_SIZE
H A Dpgtable.h72 #if 2 * DCACHE_WAY_SIZE > ICACHE_WAY_SIZE
75 #define TLBTEMP_SIZE ICACHE_WAY_SIZE
H A Dcacheflush.h78 #if defined(CONFIG_MMU) && (ICACHE_WAY_SIZE > PAGE_SIZE)
/linux/arch/xtensa/mm/
H A Dmisc.S271 #if (ICACHE_WAY_SIZE > PAGE_SIZE)