Searched refs:THREAD_SIZE_LONGS (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/kernel/arch-x86/asm/
H A Dprocessor_32.h239 #define THREAD_SIZE_LONGS (THREAD_SIZE/sizeof(unsigned long)) macro
240 #define KSTK_TOP(info) ({ unsigned long *__ptr = (unsigned long *)(info); (unsigned long)(&__ptr[THREAD_SIZE_LONGS]); })

Completed in 29 milliseconds