Searched defs:ALIGN_DOWN (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/include/linux/ |
H A D | align.h | 9 #define ALIGN_DOWN(x, a) __ALIGN_KERNEL((x) - ((a) - 1), (a)) macro
|
/openbmc/linux/include/linux/ |
H A D | align.h | 9 #define ALIGN_DOWN(x, a) __ALIGN_KERNEL((x) - ((a) - 1), (a)) macro
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | pkey-helpers.h | 181 #define ALIGN_DOWN(x, align_to) ((x) & ~((align_to)-1)) macro
|
/openbmc/linux/tools/testing/scatterlist/linux/ |
H A D | mm.h | 36 #define ALIGN_DOWN(x, a) __ALIGN_KERNEL((x) - ((a) - 1), (a)) macro
|
/openbmc/u-boot/include/linux/ |
H A D | kernel.h | 45 #define ALIGN_DOWN(x, a) ALIGN((x) - ((a) - 1), (a)) macro
|
/openbmc/qemu/subprojects/libvduse/ |
H A D | libvduse.c | 52 #define ALIGN_DOWN(n, m) ((n) / (m) * (m)) macro
|
/openbmc/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user.c | 80 #define ALIGN_DOWN(n, m) ((n) / (m) * (m)) macro
|