Home
last modified time | relevance | path

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

/tools/include/linux/
Dalign.h8 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
/tools/testing/selftests/bpf/
Dtrace_helpers.h8 #define ALIGN(x, a) __ALIGN_MASK(x, (typeof(x))(a)-1) macro
/tools/testing/selftests/mm/
Dmigration.c21 #define ALIGN(x, a) (((x) + (a - 1)) & (~((a) - 1))) macro
Dhmm-tests.c58 #define ALIGN(x, a) (((x) + (a - 1)) & (~((a) - 1))) macro
/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/hv/
Dvmbus_bufring.c31 #define ALIGN(val, align) ((typeof(val))((val) & (~((typeof(val))((align) - 1))))) 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