Searched refs:STACK_TOP (Results 1 – 25 of 33) sorted by relevance
12
55 #undef STACK_TOP61 #define STACK_TOP (TASK_SIZE - 2 * PAGE_SIZE) macro62 #define STACK_TOP_MAX STACK_TOP
18 #define STACK_TOP TASK_SIZE macro19 #define STACK_TOP_MAX STACK_TOP
73 #define STACK_TOP (is_32bit_task() ? STACK_TOP_USER32 : STACK_TOP_USER64) macro
52 #define STACK_TOP TASK_SIZE macro53 #define STACK_TOP_MAX STACK_TOP
69 #define STACK_TOP TASK_SIZE_LOW macro
31 #define STACK_TOP TASK_SIZE macro32 #define STACK_TOP_MAX STACK_TOP
22 #define STACK_TOP TASK_SIZE macro23 #define STACK_TOP_MAX STACK_TOP
32 #define STACK_TOP TASK_SIZE macro33 #define STACK_TOP_MAX STACK_TOP
96 #define STACK_TOP TASK_SIZE macro97 #define STACK_TOP_MAX STACK_TOP
84 # define STACK_TOP TASK_SIZE macro85 # define STACK_TOP_MAX STACK_TOP
22 #define STACK_TOP (PAGE_OFFSET - PAGE_SIZE) macro23 #define STACK_TOP_MAX STACK_TOP
30 #define STACK_TOP TASK_SIZE macro31 #define STACK_TOP_MAX STACK_TOP
58 #define STACK_TOP TASK_SIZE macro59 #define STACK_TOP_MAX STACK_TOP
62 unsigned long base = STACK_TOP; in vdso_base()92 base = do_mmap(NULL, STACK_TOP, PAGE_SIZE, PROT_READ | PROT_EXEC, in arch_setup_additional_pages()
13 unsigned long top = STACK_TOP - (is_32bit_task() ? 16 : 32); in invalid_user_sp()
16 #define STACK_TOP (0x00120000000UL) macro
39 #define STACK_TOP TASK_SIZE macro40 #define STACK_TOP_MAX STACK_TOP
207 (STACK_TOP / 3 * 2) : \208 (STACK_TOP / 3 * 2) & ~((1UL << 32) - 1))
132 #define VDSO_BASE (STACK_TOP + PAGE_SIZE)134 #define STACK_TOP (VDSO_LIMIT - vdso_size() - PAGE_SIZE) macro
44 #define STACK_TOP TASK_SIZE macro
63 gap = clamp(gap, SZ_128M, (STACK_TOP / 6) * 5); in mmap_base()65 return PAGE_ALIGN(STACK_TOP - gap - rnd); in mmap_base()
64 vdso_base = STACK_TOP; in arch_setup_additional_pages()
20 #define STACK_TOP ((current->personality & ADDR_LIMIT_32BIT) ? \ macro
67 unsigned long base = STACK_TOP; in vdso_base()
90 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \ macro93 #define STACK_TOP STACK_TOP_MAX macro
Completed in 24 milliseconds