Searched refs:STACK_ALIGN (Results 1 – 4 of 4) sorted by relevance
24 #define STACK_ALIGN 16 macro26 #define STACK_ALIGN 4 macro
84 char buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in padlock_sha1_finup()85 ((aligned(STACK_ALIGN))); in padlock_sha1_finup()150 char buf[128 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in padlock_sha256_finup()151 ((aligned(STACK_ALIGN))); in padlock_sha256_finup()
92 char buf[16 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in via_rng_data_present()93 ((aligned(STACK_ALIGN))); in via_rng_data_present()
32 #define STACK_ALIGN 16 /* minimal alignment for stack pointer */ macro367 check_sp = (new_sp - sizeof(*frame)) & -STACK_ALIGN; in setup_frame()373 frame = (void __user *) ((new_sp - sizeof(*frame)) & -STACK_ALIGN); in setup_frame()