Home
last modified time | relevance | path

Searched refs:STACK_ALIGN (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
Dpadlock.h19 #define STACK_ALIGN 16 macro
21 #define STACK_ALIGN 4 macro
/kernel/linux/linux-5.10/drivers/crypto/
Dpadlock-sha.c77 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-5.10/arch/riscv/include/asm/
Dprocessor.h23 #define STACK_ALIGN 16 macro
45 - ALIGN(sizeof(struct pt_regs), STACK_ALIGN)))
/kernel/linux/linux-5.10/drivers/char/hw_random/
Dvia-rng.c89 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/xtensa/include/asm/
Dprocessor.h29 #define STACK_ALIGN (XCHAL_DATA_WIDTH > 16 ? XCHAL_DATA_WIDTH : 16) macro
31 #define ARCH_SLAB_MINALIGN STACK_ALIGN
/kernel/linux/linux-5.10/arch/ia64/kernel/
Dsignal.c33 #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/liteos_a/arch/arm/arm/src/
Dlos_dispatch.S44 .macro STACK_ALIGN, reg macro
/kernel/linux/linux-5.10/arch/arm64/net/
Dbpf_jit_comp.c182 #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/kernel/
Dasm-offsets.c308 DEFINE(PT_SIZE_ON_STACK, ALIGN(sizeof(struct pt_regs), STACK_ALIGN)); in asm_offsets()
/kernel/linux/linux-5.10/arch/riscv/net/
Dbpf_jit_comp32.c1300 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()