/kernel/linux/linux-5.10/include/crypto/ |
H A D | padlock.h | 19 #define STACK_ALIGN 16 macro 21 #define STACK_ALIGN 4 macro
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | padlock.h | 19 #define STACK_ALIGN 16 macro 21 #define STACK_ALIGN 4 macro
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | padlock-sha.c | 77 char buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in padlock_sha1_finup() 78 ((aligned(STACK_ALIGN))); in padlock_sha1_finup() 138 char buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in padlock_sha256_finup() 139 ((aligned(STACK_ALIGN))); in padlock_sha256_finup() 286 u8 buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in padlock_sha1_update_nano() 287 ((aligned(STACK_ALIGN))); in padlock_sha1_update_nano() 370 u8 buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in padlock_sha256_update_nano() 371 ((aligned(STACK_ALIGN))); in padlock_sha256_update_nano()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | padlock-sha.c | 78 char buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in padlock_sha1_finup() 79 ((aligned(STACK_ALIGN))); in padlock_sha1_finup() 139 char buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in padlock_sha256_finup() 140 ((aligned(STACK_ALIGN))); in padlock_sha256_finup() 287 u8 buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in padlock_sha1_update_nano() 288 ((aligned(STACK_ALIGN))); in padlock_sha1_update_nano() 371 u8 buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in padlock_sha256_update_nano() 372 ((aligned(STACK_ALIGN))); in padlock_sha256_update_nano()
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | processor.h | 23 #define STACK_ALIGN 16 macro 45 - ALIGN(sizeof(struct pt_regs), STACK_ALIGN)))
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | processor.h | 29 #define STACK_ALIGN (XCHAL_DATA_WIDTH > 16 ? XCHAL_DATA_WIDTH : 16) macro 31 #define ARCH_SLAB_MINALIGN STACK_ALIGN
|
/kernel/linux/linux-5.10/drivers/char/hw_random/ |
H A D | via-rng.c | 89 char buf[16 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in via_rng_data_present() 90 ((aligned(STACK_ALIGN))); in via_rng_data_present()
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | processor.h | 56 #define STACK_ALIGN 16 macro 101 - ALIGN(sizeof(struct pt_regs), STACK_ALIGN)))
|
/kernel/linux/linux-6.6/drivers/char/hw_random/ |
H A D | via-rng.c | 89 char buf[16 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in via_rng_data_present() 90 ((aligned(STACK_ALIGN))); in via_rng_data_present()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | signal.c | 33 #define STACK_ALIGN 16 /* minimal alignment for stack pointer */ macro 258 check_sp = (new_sp - sizeof(*frame)) & -STACK_ALIGN; in setup_frame() 265 frame = (void __user *) ((new_sp - sizeof(*frame)) & -STACK_ALIGN); in setup_frame()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | signal.c | 32 #define STACK_ALIGN 16 /* minimal alignment for stack pointer */ macro 257 check_sp = (new_sp - sizeof(*frame)) & -STACK_ALIGN; in setup_frame() 264 frame = (void __user *) ((new_sp - sizeof(*frame)) & -STACK_ALIGN); in setup_frame()
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | asm.h | 35 #define STACK_ALIGN ~(0xf) macro
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | asm.h | 35 #define STACK_ALIGN ~(0xf) macro
|
/kernel/liteos_a/arch/arm/arm/src/ |
H A D | los_dispatch.S | 44 .macro STACK_ALIGN, reg
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | process.c | 334 return sp & STACK_ALIGN; in arch_align_stack()
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | process.c | 316 return sp & STACK_ALIGN; in arch_align_stack()
|
/kernel/linux/linux-6.6/arch/parisc/net/ |
H A D | bpf_jit_comp64.c | 56 #define STACK_ALIGN FRAME_SIZE macro 1114 bpf_stack_adjust = round_up(bpf_stack_adjust, STACK_ALIGN); in bpf_jit_build_prologue() 1117 stack_adjust = round_up(stack_adjust, STACK_ALIGN); in bpf_jit_build_prologue()
|
H A D | bpf_jit_comp32.c | 63 #define STACK_ALIGN FRAME_SIZE macro 891 const int offset_sp = 2 * STACK_ALIGN; in emit_call() 1484 bpf_stack_adjust = round_up(bpf_stack_adjust, STACK_ALIGN); in bpf_jit_build_prologue() 1493 stack_adjust = round_up(stack_adjust, STACK_ALIGN); in bpf_jit_build_prologue()
|
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
H A D | asm-offsets.c | 308 DEFINE(PT_SIZE_ON_STACK, ALIGN(sizeof(struct pt_regs), STACK_ALIGN)); in asm_offsets()
|
/kernel/linux/linux-5.10/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 182 #define STACK_ALIGN(sz) (((sz) + 15) & ~15) macro 258 ctx->stack_size = STACK_ALIGN(prog->aux->stack_depth); in build_prologue()
|
/kernel/linux/linux-5.10/arch/riscv/net/ |
H A D | bpf_jit_comp32.c | 1300 round_up(ctx->prog->aux->stack_depth, STACK_ALIGN); in bpf_jit_build_prologue() 1309 stack_adjust = round_up(stack_adjust, STACK_ALIGN); in bpf_jit_build_prologue()
|
/kernel/linux/linux-6.6/arch/riscv/net/ |
H A D | bpf_jit_comp32.c | 1310 round_up(ctx->prog->aux->stack_depth, STACK_ALIGN); in bpf_jit_build_prologue() 1319 stack_adjust = round_up(stack_adjust, STACK_ALIGN); in bpf_jit_build_prologue()
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | asm-offsets.c | 478 DEFINE(PT_SIZE_ON_STACK, ALIGN(sizeof(struct pt_regs), STACK_ALIGN)); in asm_offsets()
|