Home
last modified time | relevance | path

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

/openbmc/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 Dpage.h79 #if ICACHE_WAY_SIZE > PAGE_SIZE
81 # define ICACHE_ALIAS_MASK (PAGE_MASK & (ICACHE_WAY_SIZE - 1))
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)
/openbmc/u-boot/arch/xtensa/include/asm/
H A Dcacheasm.h16 #define ICACHE_WAY_SIZE (XCHAL_ICACHE_SIZE/XCHAL_ICACHE_WAYS) macro
130 __loop_cache_all \ar \at iii __stringify(ICACHE_WAY_SIZE) \
/openbmc/linux/arch/xtensa/mm/
H A Dmisc.S271 #if (ICACHE_WAY_SIZE > PAGE_SIZE)