Home
last modified time | relevance | path

Searched refs:STACK_ALIGN (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/crypto/
Dpadlock.h24 #define STACK_ALIGN 16 macro
26 #define STACK_ALIGN 4 macro
/linux-4.1.27/drivers/crypto/
Dpadlock-sha.c85 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()
/linux-4.1.27/drivers/char/hw_random/
Dvia-rng.c93 char buf[16 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in via_rng_data_present()
94 ((aligned(STACK_ALIGN))); in via_rng_data_present()
/linux-4.1.27/arch/ia64/kernel/
Dsignal.c32 #define STACK_ALIGN 16 /* minimal alignment for stack pointer */ macro
347 check_sp = (new_sp - sizeof(*frame)) & -STACK_ALIGN; in setup_frame()
353 frame = (void __user *) ((new_sp - sizeof(*frame)) & -STACK_ALIGN); in setup_frame()
/linux-4.1.27/arch/arm64/net/
Dbpf_jit_comp.c140 #define STACK_ALIGN(sz) (((sz) + 15) & ~15) macro
156 stack_size = STACK_ALIGN(stack_size); in build_prologue()
188 stack_size = STACK_ALIGN(stack_size); in build_epilogue()