STACK_ALIGN       235 arch/arm64/net/bpf_jit_comp.c 	ctx->stack_size = STACK_ALIGN(prog->aux->stack_depth);
STACK_ALIGN       258 arch/ia64/kernel/signal.c 			check_sp = (new_sp - sizeof(*frame)) & -STACK_ALIGN;
STACK_ALIGN       265 arch/ia64/kernel/signal.c 	frame = (void __user *) ((new_sp - sizeof(*frame)) & -STACK_ALIGN);
STACK_ALIGN        43 arch/riscv/include/asm/processor.h 			    - ALIGN(sizeof(struct pt_regs), STACK_ALIGN)))
STACK_ALIGN       311 arch/riscv/kernel/asm-offsets.c 	DEFINE(PT_SIZE_ON_STACK, ALIGN(sizeof(struct pt_regs), STACK_ALIGN));
STACK_ALIGN        31 arch/xtensa/include/asm/processor.h #define ARCH_SLAB_MINALIGN STACK_ALIGN
STACK_ALIGN        89 drivers/char/hw_random/via-rng.c 	char buf[16 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__
STACK_ALIGN        90 drivers/char/hw_random/via-rng.c 		((aligned(STACK_ALIGN)));
STACK_ALIGN        77 drivers/crypto/padlock-sha.c 	char buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__
STACK_ALIGN        78 drivers/crypto/padlock-sha.c 		((aligned(STACK_ALIGN)));
STACK_ALIGN       138 drivers/crypto/padlock-sha.c 	char buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__
STACK_ALIGN       139 drivers/crypto/padlock-sha.c 		((aligned(STACK_ALIGN)));
STACK_ALIGN       292 drivers/crypto/padlock-sha.c 	u8 buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__
STACK_ALIGN       293 drivers/crypto/padlock-sha.c 		((aligned(STACK_ALIGN)));
STACK_ALIGN       376 drivers/crypto/padlock-sha.c 	u8 buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__
STACK_ALIGN       377 drivers/crypto/padlock-sha.c 		((aligned(STACK_ALIGN)));