Searched refs:PAGE_ALIGN (Results 1 – 7 of 7) sorted by relevance
47 hash_map = rvmalloc(PAGE_ALIGN(OP_HASH_MAP_SIZE)); in oprof_init_hashmap()71 rvfree(hash_map, PAGE_ALIGN(OP_HASH_MAP_SIZE)); in oprof_free_hashmap()97 if (size > PAGE_ALIGN(OP_HASH_MAP_SIZE) || (vma->vm_flags & VM_WRITE) || GET_VM_OFFSET(vma)) in oprof_hash_map_mmap()
70 PAGE_ALIGN(TASK_SIZE32 / 3) : PAGE_ALIGN(TASK_SIZE / 3))
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()