Searched refs:STACK_ALIGN (Results 1 – 12 of 12) sorted by relevance
/linux/include/crypto/ |
H A D | padlock.h | 19 #define STACK_ALIGN 16 macro 21 #define STACK_ALIGN 4 macro
|
/linux/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()
|
/linux/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()
|
/linux/arch/riscv/include/asm/ |
H A D | processor.h | 34 #define STACK_ALIGN 16 macro 134 - ALIGN(sizeof(struct pt_regs), STACK_ALIGN)))
|
/linux/arch/loongarch/vdso/ |
H A D | vgetrandom-chacha.S | 87 PTR_ADDI sp, sp, (-SZREG * 10) & STACK_ALIGN 257 PTR_ADDI sp, sp, -((-SZREG * 10) & STACK_ALIGN)
|
/linux/arch/loongarch/include/asm/ |
H A D | asm.h | 35 #define STACK_ALIGN ~(0xf) macro
|
/linux/arch/riscv/kernel/ |
H A D | asm-offsets.c | 488 DEFINE(PT_SIZE_ON_STACK, ALIGN(sizeof(struct pt_regs), STACK_ALIGN)); in asm_offsets() 494 DEFINE(STACKFRAME_SIZE_ON_STACK, ALIGN(sizeof(struct stackframe), STACK_ALIGN)); in asm_offsets() 499 DEFINE(FREGS_SIZE_ON_STACK, ALIGN(sizeof(struct __arch_ftrace_regs), STACK_ALIGN)); in asm_offsets()
|
/linux/arch/loongarch/kernel/ |
H A D | process.c | 318 return sp & STACK_ALIGN; in arch_align_stack()
|
/linux/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()
|
/linux/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 901 stack_size = round_up(stack_size, STACK_ALIGN); in __arch_prepare_bpf_trampoline() 2016 bpf_stack_adjust = round_up(ctx->prog->aux->stack_depth, STACK_ALIGN); in bpf_jit_build_prologue() 2038 stack_adjust = round_up(stack_adjust, STACK_ALIGN); in bpf_jit_build_prologue()
|
H A D | bpf_jit_comp32.c | 1309 round_up(ctx->prog->aux->stack_depth, STACK_ALIGN); in bpf_jit_build_prologue() 1318 stack_adjust = round_up(stack_adjust, STACK_ALIGN); in bpf_jit_build_prologue()
|