Searched defs:STACK_ALIGN (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/i386/threads/
H A Dmachdep.c33 * before a function call (STACK_ALIGN == 4). We use a 16-byte stack
41 #undef STACK_ALIGN macro
42 #define STACK_ALIGN 16 macro
60 * Top-of-stack must be rounded down to STACK_ALIGN and
67 stack = (uint32_t *)(((uintptr_t)stk + stksize) & ~(STACK_ALIGN-1));

Completed in 20 milliseconds