Searched refs:STACK_ALIGN (Results 1 – 8 of 8) sorted by relevance
19 #define STACK_ALIGN 16 macro21 #define STACK_ALIGN 4 macro
77 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()292 u8 buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in padlock_sha1_update_nano()293 ((aligned(STACK_ALIGN))); in padlock_sha1_update_nano()376 u8 buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in padlock_sha256_update_nano()377 ((aligned(STACK_ALIGN))); in padlock_sha256_update_nano()
21 #define STACK_ALIGN 16 macro43 - 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()
29 #define STACK_ALIGN (XCHAL_DATA_WIDTH > 16 ? XCHAL_DATA_WIDTH : 16) macro31 #define ARCH_SLAB_MINALIGN STACK_ALIGN
33 #define STACK_ALIGN 16 /* minimal alignment for stack pointer */ macro258 check_sp = (new_sp - sizeof(*frame)) & -STACK_ALIGN; in setup_frame()265 frame = (void __user *) ((new_sp - sizeof(*frame)) & -STACK_ALIGN); in setup_frame()
171 #define STACK_ALIGN(sz) (((sz) + 15) & ~15) macro235 ctx->stack_size = STACK_ALIGN(prog->aux->stack_depth); in build_prologue()
311 DEFINE(PT_SIZE_ON_STACK, ALIGN(sizeof(struct pt_regs), STACK_ALIGN)); in asm_offsets()