Searched refs:ptr_align_to (Results 1 – 2 of 2) sorted by relevance
181 #define ALIGN_PTR_UP(p, ptr_align_to) \ argument182 ((typeof(p))ALIGN_UP((unsigned long)(p), ptr_align_to))183 #define ALIGN_PTR_DOWN(p, ptr_align_to) \ argument184 ((typeof(p))ALIGN_DOWN((unsigned long)(p), ptr_align_to))
124 #define ALIGN_PTR_UP(p, ptr_align_to) ((typeof(p))ALIGN_UP((unsigned long)(p), ptr_align_to)) argument