Home
last modified time | relevance | path

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

/linux/arch/parisc/kernel/
H A Dcache.c35 #define PTR_PAGE_ALIGN_DOWN(addr) PTR_ALIGN_DOWN(addr, PAGE_SIZE) macro
665 flush_kernel_dcache_page_addr(PTR_PAGE_ALIGN_DOWN(dst)); in copy_to_user_page()
673 flush_kernel_dcache_page_addr(PTR_PAGE_ALIGN_DOWN(src)); in copy_from_user_page()