Searched refs:STACK_ALIGN (Results 1 – 1 of 1) sorted by relevance
31 #define STACK_ALIGN 16 /* minimal alignment for stack pointer */ macro423 & ~(STACK_ALIGN - 1)); in setup_frame()432 frame = (void *) frame - ((sizeof(*frame) + STACK_ALIGN - 1) & ~(STACK_ALIGN - 1)); in setup_frame()