Searched refs:STACK_ALIGN (Results 1 – 5 of 5) sorted by relevance
24 #define STACK_ALIGN 16 macro26 #define STACK_ALIGN 4 macro
85 char buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in padlock_sha1_finup()86 ((aligned(STACK_ALIGN))); in padlock_sha1_finup()151 char buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in padlock_sha256_finup()152 ((aligned(STACK_ALIGN))); in padlock_sha256_finup()312 u8 buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in padlock_sha1_update_nano()313 ((aligned(STACK_ALIGN))); in padlock_sha1_update_nano()401 u8 buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in padlock_sha256_update_nano()402 ((aligned(STACK_ALIGN))); in padlock_sha256_update_nano()
93 char buf[16 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in via_rng_data_present()94 ((aligned(STACK_ALIGN))); in via_rng_data_present()
32 #define STACK_ALIGN 16 /* minimal alignment for stack pointer */ macro347 check_sp = (new_sp - sizeof(*frame)) & -STACK_ALIGN; in setup_frame()353 frame = (void __user *) ((new_sp - sizeof(*frame)) & -STACK_ALIGN); in setup_frame()
140 #define STACK_ALIGN(sz) (((sz) + 15) & ~15) macro156 stack_size = STACK_ALIGN(stack_size); in build_prologue()188 stack_size = STACK_ALIGN(stack_size); in build_epilogue()