Home
last modified time | relevance | path

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

/linux-2.6.39/include/crypto/
Dpadlock.h24 #define STACK_ALIGN 16 macro
26 #define STACK_ALIGN 4 macro
/linux-2.6.39/drivers/crypto/
Dpadlock-sha.c84 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()
/linux-2.6.39/drivers/char/hw_random/
Dvia-rng.c92 char buf[16 + PADLOCK_ALIGNMENT - STACK_ALIGN] __attribute__ in via_rng_data_present()
93 ((aligned(STACK_ALIGN))); in via_rng_data_present()
/linux-2.6.39/arch/ia64/kernel/
Dsignal.c32 #define STACK_ALIGN 16 /* minimal alignment for stack pointer */ macro
367 check_sp = (new_sp - sizeof(*frame)) & -STACK_ALIGN; in setup_frame()
373 frame = (void __user *) ((new_sp - sizeof(*frame)) & -STACK_ALIGN); in setup_frame()