Searched refs:PAGE_ALIGN (Results 1 – 5 of 5) sorted by relevance
274 __cpuc_flush_user_range(start & PAGE_MASK, PAGE_ALIGN(end), in flush_cache_range()312 __cpuc_coherent_user_range((start) & PAGE_MASK, PAGE_ALIGN(end))
22 #define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK) macro
141 #define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK) macro
221 #define TASK_UNMAPPED_BASE (PAGE_ALIGN(TASK_SIZE / 3))
944 if ((offset + PAGE_ALIGN(len)) < offset) in do_mmap()