Searched refs:TASK_SIZE32 (Results 1 – 3 of 3) sorted by relevance
29 #define STACK_TOP (current->thread.mflags & MF_32BIT_ADDR ? TASK_SIZE32 : TASK_SIZE)
171 #define TASK_SIZE32 0x7fff8000UL macro178 (TASK_SIZE32 / 3) : (TASK_SIZE / 3))
66 task_size = (current->thread.mflags & MF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE; in arch_get_unmapped_area()