Home
last modified time | relevance | path

Searched defs:ALIGN_DOWN (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/
H A Dalign.h9 #define ALIGN_DOWN(x, a) __ALIGN_KERNEL((x) - ((a) - 1), (a)) macro
/openbmc/linux/tools/include/linux/
H A Dmm.h15 #define ALIGN_DOWN(x, a) __ALIGN_KERNEL((x) - ((a) - 1), (a)) macro
/openbmc/linux/tools/testing/selftests/mm/
H A Dpkey-helpers.h181 #define ALIGN_DOWN(x, align_to) ((x) & ~((align_to)-1)) macro
/openbmc/linux/tools/testing/scatterlist/linux/
H A Dmm.h36 #define ALIGN_DOWN(x, a) __ALIGN_KERNEL((x) - ((a) - 1), (a)) macro
/openbmc/u-boot/include/linux/
H A Dkernel.h45 #define ALIGN_DOWN(x, a) ALIGN((x) - ((a) - 1), (a)) macro
/openbmc/qemu/subprojects/libvduse/
H A Dlibvduse.c52 #define ALIGN_DOWN(n, m) ((n) / (m) * (m)) macro
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c78 #define ALIGN_DOWN(n, m) ((n) / (m) * (m)) macro