Home
last modified time | relevance | path

Searched refs:ICACHE_ALIAS_MASK (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dpage.h81 # define ICACHE_ALIAS_MASK (PAGE_MASK & (ICACHE_WAY_SIZE - 1)) macro
82 # define ICACHE_ALIAS(a) (((a) & ICACHE_ALIAS_MASK) >> PAGE_SHIFT)
83 # define ICACHE_ALIAS_EQ(a,b) ((((a) ^ (b)) & ICACHE_ALIAS_MASK) == 0)
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dpage.h79 # define ICACHE_ALIAS_MASK (PAGE_MASK & (ICACHE_WAY_SIZE - 1)) macro
80 # define ICACHE_ALIAS(a) (((a) & ICACHE_ALIAS_MASK) >> PAGE_SHIFT)
81 # define ICACHE_ALIAS_EQ(a,b) ((((a) ^ (b)) & ICACHE_ALIAS_MASK) == 0)

Completed in 2 milliseconds