Home
last modified time | relevance | path

Searched defs:PTR_ALIGN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dalign.h11 #define PTR_ALIGN(p, a) ((typeof(p))ALIGN((unsigned long)(p), (a))) macro
/openbmc/u-boot/include/linux/
H A Dkernel.h47 #define PTR_ALIGN(p, a) ((typeof(p))ALIGN((unsigned long)(p), (a))) macro