Searched refs:ALIGN_PTR_UP (Results 1 – 3 of 3) sorted by relevance
178 #define ALIGN_PTR_UP(p, ptr_align_to) \175 #define ALIGN_PTR_UP( global() macro
613 ptr = ALIGN_PTR_UP(ptr, HPAGE_SIZE); in record_pkey_malloc() 1209 int *plain_ptr = ALIGN_PTR_UP(plain_ptr_unaligned, PAGE_SIZE); in arch_force_pkey_reg_init() 1277 p1 = ALIGN_PTR_UP(&lots_o_noops_around_write, PAGE_SIZE);
131 #define ALIGN_PTR_UP(p, ptr_align_to) ((typeof(p))ALIGN_UP((unsigned long)(p), ptr_align_to)) macro202 addr = ALIGN_PTR_UP(raddr, map_align); in child_thread()