Home
last modified time | relevance | path

Searched refs:TASK_SIZE_MAX (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/tile/include/asm/
Dprocessor.h158 #define TASK_SIZE_MAX (MEM_LOW_END + 1) macro
160 #define TASK_SIZE_MAX PAGE_OFFSET macro
167 COMPAT_TASK_SIZE : TASK_SIZE_MAX)
169 #define TASK_SIZE TASK_SIZE_MAX
178 #define STACK_TOP_MAX TASK_SIZE_MAX
/linux-3.4.99/arch/x86/include/asm/
Dprocessor.h809 #define TASK_SIZE_MAX TASK_SIZE macro
868 #define TASK_SIZE_MAX ((1UL << 47) - PAGE_SIZE) macro
877 IA32_PAGE_OFFSET : TASK_SIZE_MAX)
879 IA32_PAGE_OFFSET : TASK_SIZE_MAX)
882 #define STACK_TOP_MAX TASK_SIZE_MAX
Duaccess.h27 #define USER_DS MAKE_MM_SEG(TASK_SIZE_MAX)
/linux-3.4.99/arch/x86/vdso/
Dvma.c129 if (end >= TASK_SIZE_MAX) in vdso_addr()
130 end = TASK_SIZE_MAX; in vdso_addr()
/linux-3.4.99/arch/x86/mm/
Dfault.c999 return address >= TASK_SIZE_MAX; in fault_in_kernel_space()