Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/include/asm/
Dprocessor.h161 #define TASK_SIZE_MAX (_AC(1, UL) << (MAX_VA_WIDTH - 1)) macro
163 #define TASK_SIZE_MAX PAGE_OFFSET macro
170 COMPAT_TASK_SIZE : TASK_SIZE_MAX)
172 #define TASK_SIZE TASK_SIZE_MAX
181 #define STACK_TOP_MAX TASK_SIZE_MAX
/linux-4.1.27/arch/x86/include/asm/
Dprocessor.h839 #define TASK_SIZE_MAX TASK_SIZE macro
881 #define TASK_SIZE_MAX ((1UL << 47) - PAGE_SIZE) macro
890 IA32_PAGE_OFFSET : TASK_SIZE_MAX)
892 IA32_PAGE_OFFSET : TASK_SIZE_MAX)
895 #define STACK_TOP_MAX TASK_SIZE_MAX
Duaccess.h28 #define USER_DS MAKE_MM_SEG(TASK_SIZE_MAX)
/linux-4.1.27/arch/x86/vdso/
Dvma.c71 if (end >= TASK_SIZE_MAX) in vdso_addr()
72 end = TASK_SIZE_MAX; in vdso_addr()
/linux-4.1.27/arch/x86/mm/
Dfault.c151 if (user_mode(regs) && instr >= (unsigned char *)TASK_SIZE_MAX) in is_prefetch()
1031 return address >= TASK_SIZE_MAX; in fault_in_kernel_space()