Home
last modified time | relevance | path

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

/tools/perf/util/include/linux/
Dlinkage.h31 #define ALIGN __ALIGN macro
/tools/firmware/
Dihex2fw.c26 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
/tools/virtio/ringtest/
Dptr_ring.c18 #define ALIGN(x, a) (((x) + (a) - 1) / (a) * (a)) macro
/tools/testing/scatterlist/linux/
Dmm.h35 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
/tools/virtio/
Dvringh_test.c25 #define ALIGN 4096 macro
/tools/testing/selftests/vm/
Dhmm-tests.c50 #define ALIGN(x, a) (((x) + (a - 1)) & (~((a) - 1))) macro