Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/kernel/
Dsignal.c31 #define STACK_ALIGN 16 /* minimal alignment for stack pointer */ macro
423 & ~(STACK_ALIGN - 1)); in setup_frame()
432 frame = (void *) frame - ((sizeof(*frame) + STACK_ALIGN - 1) & ~(STACK_ALIGN - 1)); in setup_frame()