Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Dpadlock.h24 #define STACK_ALIGN 16 macro
26 #define STACK_ALIGN 4 macro
/Linux-v4.19/arch/riscv/include/asm/
Dprocessor.h29 #define STACK_ALIGN 16 macro
57 - ALIGN(sizeof(struct pt_regs), STACK_ALIGN)))
/Linux-v4.19/drivers/crypto/
Dpadlock-sha.c85 char buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in padlock_sha1_finup()
86 ((aligned(STACK_ALIGN))); in padlock_sha1_finup()
147 char buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in padlock_sha256_finup()
148 ((aligned(STACK_ALIGN))); in padlock_sha256_finup()
302 u8 buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in padlock_sha1_update_nano()
303 ((aligned(STACK_ALIGN))); in padlock_sha1_update_nano()
386 u8 buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in padlock_sha256_update_nano()
387 ((aligned(STACK_ALIGN))); in padlock_sha256_update_nano()
/Linux-v4.19/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()
/Linux-v4.19/arch/ia64/kernel/
Dsignal.c33 #define STACK_ALIGN 16 /* minimal alignment for stack pointer */ macro
297 check_sp = (new_sp - sizeof(*frame)) & -STACK_ALIGN; in setup_frame()
303 frame = (void __user *) ((new_sp - sizeof(*frame)) & -STACK_ALIGN); in setup_frame()
/Linux-v4.19/arch/arm64/net/
Dbpf_jit_comp.c183 #define STACK_ALIGN(sz) (((sz) + 15) & ~15) macro
247 ctx->stack_size = STACK_ALIGN(prog->aux->stack_depth); in build_prologue()
/Linux-v4.19/arch/riscv/kernel/
Dasm-offsets.c321 DEFINE(PT_SIZE_ON_STACK, ALIGN(sizeof(struct pt_regs), STACK_ALIGN)); in asm_offsets()