Home
last modified time | relevance | path

Searched defs:ALIGN (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/include/linux/
Dalign.h8 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
Dlinkage.h103 #define ALIGN __ALIGN macro
/Linux-v5.15/tools/perf/util/include/linux/
Dlinkage.h31 #define ALIGN __ALIGN macro
/Linux-v5.15/tools/firmware/
Dihex2fw.c26 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
/Linux-v5.15/tools/virtio/ringtest/
Dptr_ring.c18 #define ALIGN(x, a) (((x) + (a) - 1) / (a) * (a)) macro
/Linux-v5.15/tools/testing/scatterlist/linux/
Dmm.h35 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
/Linux-v5.15/tools/virtio/
Dvringh_test.c25 #define ALIGN 4096 macro
/Linux-v5.15/scripts/dtc/
Ddtc.h90 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
/Linux-v5.15/tools/testing/selftests/vm/
Dhmm-tests.c54 #define ALIGN(x, a) (((x) + (a - 1)) & (~((a) - 1))) macro