Home
last modified time | relevance | path

Searched defs:__ALIGN_KERNEL (Results 1 – 3 of 3) sorted by relevance

/tools/include/uapi/linux/
A Dconst.h48 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (__typeof__(x))(a) - 1) macro
/tools/firmware/
A Dihex2fw.c25 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (typeof(x))(a) - 1) macro
/tools/testing/scatterlist/linux/
A Dmm.h33 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (typeof(x))(a) - 1) macro

Completed in 5 milliseconds