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

/linux-4.1.27/arch/xtensa/mm/
H A Dcache.c66 if (!DCACHE_ALIAS_EQ(page_to_phys(page), vaddr)) { kmap_invalidate_coherent()
86 if (PageHighMem(page) || !DCACHE_ALIAS_EQ(page_to_phys(page), vaddr)) { coherent_kvaddr()
152 unsigned long alias = !(DCACHE_ALIAS_EQ(temp, phys)); flush_dcache_page()
266 unsigned long alias = !(DCACHE_ALIAS_EQ(vaddr, phys)); copy_to_user_page()
302 unsigned long alias = !(DCACHE_ALIAS_EQ(vaddr, phys)); copy_from_user_page()
/linux-4.1.27/arch/xtensa/include/asm/
H A Dpage.h78 # define DCACHE_ALIAS_EQ(a,b) ((((a) ^ (b)) & DCACHE_ALIAS_MASK) == 0) macro

Completed in 203 milliseconds