Searched defs:STACK_TOP (Results 1 – 24 of 24) sorted by relevance
18 #define STACK_TOP TASK_SIZE macro
73 #define STACK_TOP (is_32bit_task() ? STACK_TOP_USER32 : STACK_TOP_USER64) macro
16 #define STACK_TOP (0x00120000000UL) macro
52 #define STACK_TOP TASK_SIZE macro
69 #define STACK_TOP TASK_SIZE_LOW macro
22 #define STACK_TOP TASK_SIZE macro
31 #define STACK_TOP TASK_SIZE macro
32 #define STACK_TOP TASK_SIZE macro
44 #define STACK_TOP TASK_SIZE macro
84 # define STACK_TOP TASK_SIZE macro
96 #define STACK_TOP TASK_SIZE macro
22 #define STACK_TOP (PAGE_OFFSET - PAGE_SIZE) macro
41 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \ macro
20 #define STACK_TOP ((current->personality & ADDR_LIMIT_32BIT) ? \ macro
61 #define STACK_TOP (TASK_SIZE - 2 * PAGE_SIZE) macro
58 #define STACK_TOP TASK_SIZE macro
30 #define STACK_TOP TASK_SIZE macro
39 #define STACK_TOP TASK_SIZE macro
39 #define STACK_TOP DEFAULT_MAP_WINDOW macro
90 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \ macro93 #define STACK_TOP STACK_TOP_MAX macro
45 #define STACK_TOP TASK_SIZE macro
49 #define STACK_TOP stack_top() macro
74 #define STACK_TOP mips_stack_top() macro
134 #define STACK_TOP (VDSO_LIMIT - vdso_size() - PAGE_SIZE) macro
Completed in 38 milliseconds