Searched refs:STACK_ALIGN (Results 1 – 11 of 11) sorted by relevance
19 #define STACK_ALIGN 16 macro21 #define STACK_ALIGN 4 macro
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()
56 #define STACK_ALIGN 16 macro101 - ALIGN(sizeof(struct pt_regs), STACK_ALIGN)))
89 char buf[16 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in via_rng_data_present()90 ((aligned(STACK_ALIGN))); in via_rng_data_present()
32 #define STACK_ALIGN 16 /* minimal alignment for stack pointer */ macro257 check_sp = (new_sp - sizeof(*frame)) & -STACK_ALIGN; in setup_frame()264 frame = (void __user *) ((new_sp - sizeof(*frame)) & -STACK_ALIGN); in setup_frame()
35 #define STACK_ALIGN ~(0xf) macro
315 return sp & STACK_ALIGN; in arch_align_stack()
56 #define STACK_ALIGN FRAME_SIZE macro1114 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()
63 #define STACK_ALIGN FRAME_SIZE macro891 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()
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()
477 DEFINE(PT_SIZE_ON_STACK, ALIGN(sizeof(struct pt_regs), STACK_ALIGN)); in asm_offsets()