Home
last modified time | relevance | path

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

/openbmc/linux/arch/xtensa/mm/
H A Dhighmem.c40 return kmap_idx(type, DCACHE_ALIAS(pfn << PAGE_SHIFT)); in kmap_local_map_idx()
45 return kmap_idx(type, DCACHE_ALIAS(addr)); in kmap_local_unmap_idx()
/openbmc/linux/arch/xtensa/include/asm/
H A Dpage.h71 # define DCACHE_ALIAS(a) (((a) & DCACHE_ALIAS_MASK) >> PAGE_SHIFT) macro
75 # define DCACHE_ALIAS(a) ((void)(a), 0) macro
H A Dhighmem.h34 return DCACHE_ALIAS(page_to_phys(page)); in get_pkmap_color()