STACK_ALIGN 171 arch/arm64/net/bpf_jit_comp.c #define STACK_ALIGN(sz) (((sz) + 15) & ~15) STACK_ALIGN 33 arch/ia64/kernel/signal.c #define STACK_ALIGN 16 /* minimal alignment for stack pointer */ STACK_ALIGN 21 arch/riscv/include/asm/processor.h #define STACK_ALIGN 16 STACK_ALIGN 29 arch/xtensa/include/asm/processor.h #define STACK_ALIGN (XCHAL_DATA_WIDTH > 16 ? XCHAL_DATA_WIDTH : 16) STACK_ALIGN 19 include/crypto/padlock.h #define STACK_ALIGN 16 STACK_ALIGN 21 include/crypto/padlock.h #define STACK_ALIGN 4