Home
last modified time | relevance | path

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

/linux-4.4.14/arch/xtensa/lib/
Dusercopy.S59 #define ALIGN(R, W0, W1) src R, W0, W1 macro
62 #define ALIGN(R, W0, W1) src R, W1, W0 macro
/linux-4.4.14/include/linux/
Dlinkage.h78 #define ALIGN __ALIGN macro
Dkernel.h49 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
/linux-4.4.14/scripts/dtc/
Dfdtdump.c16 #define ALIGN(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
Ddtc.h68 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
/linux-4.4.14/tools/virtio/
Dvringh_test.c24 #define ALIGN 4096 macro