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

/linux-master/include/crypto/
H A Dpadlock.h19 #define STACK_ALIGN 16 macro
21 #define STACK_ALIGN 4 macro
/linux-master/drivers/char/hw_random/
H A Dvia-rng.c89 char buf[16 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__
90 ((aligned(STACK_ALIGN)));
/linux-master/arch/riscv/include/asm/
H A Dprocessor.h56 #define STACK_ALIGN 16 macro
142 - ALIGN(sizeof(struct pt_regs), STACK_ALIGN)))
/linux-master/drivers/crypto/
H A Dpadlock-sha.c78 char buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__
79 ((aligned(STACK_ALIGN)));
139 char buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__
140 ((aligned(STACK_ALIGN)));
287 u8 buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__
288 ((aligned(STACK_ALIGN)));
371 u8 buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__
372 ((aligned(STACK_ALIGN)));
/linux-master/arch/loongarch/include/asm/
H A Dasm.h35 #define STACK_ALIGN ~(0xf) macro
/linux-master/arch/loongarch/kernel/
H A Dprocess.c316 return sp & STACK_ALIGN;
/linux-master/arch/parisc/net/
H A Dbpf_jit_comp64.c56 #define STACK_ALIGN FRAME_SIZE macro
1114 bpf_stack_adjust = round_up(bpf_stack_adjust, STACK_ALIGN);
1117 stack_adjust = round_up(stack_adjust, STACK_ALIGN);
H A Dbpf_jit_comp32.c63 #define STACK_ALIGN FRAME_SIZE macro
891 const int offset_sp = 2 * STACK_ALIGN;
1484 bpf_stack_adjust = round_up(bpf_stack_adjust, STACK_ALIGN);
1493 stack_adjust = round_up(stack_adjust, STACK_ALIGN);
/linux-master/arch/riscv/kernel/
H A Dasm-offsets.c482 DEFINE(PT_SIZE_ON_STACK, ALIGN(sizeof(struct pt_regs), STACK_ALIGN));
488 DEFINE(STACKFRAME_SIZE_ON_STACK, ALIGN(sizeof(struct stackframe), STACK_ALIGN));
/linux-master/arch/riscv/net/
H A Dbpf_jit_comp32.c1310 round_up(ctx->prog->aux->stack_depth, STACK_ALIGN);
1319 stack_adjust = round_up(stack_adjust, STACK_ALIGN);

Completed in 194 milliseconds