Searched defs:ALIGN (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/tools/perf/util/include/linux/ |
D | linkage.h | 31 #define ALIGN __ALIGN macro
|
/Linux-v5.10/scripts/dtc/ |
D | fdtdump.c | 17 #define ALIGN(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
|
D | dtc.h | 90 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
|
/Linux-v5.10/tools/firmware/ |
D | ihex2fw.c | 26 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
|
/Linux-v5.10/tools/virtio/ringtest/ |
D | ptr_ring.c | 18 #define ALIGN(x, a) (((x) + (a) - 1) / (a) * (a)) macro
|
/Linux-v5.10/tools/testing/scatterlist/linux/ |
D | mm.h | 35 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
|
/Linux-v5.10/include/linux/ |
D | linkage.h | 103 #define ALIGN __ALIGN macro
|
D | kernel.h | 33 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
|
/Linux-v5.10/tools/virtio/ |
D | vringh_test.c | 25 #define ALIGN 4096 macro
|
/Linux-v5.10/tools/testing/selftests/vm/ |
D | hmm-tests.c | 50 #define ALIGN(x, a) (((x) + (a - 1)) & (~((a) - 1))) macro
|