Home
last modified time | relevance | path

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

/arch/tile/include/asm/
Dprocessor.h159 #define TASK_SIZE_MAX (_AC(1, UL) << (MAX_VA_WIDTH - 1)) macro
161 #define TASK_SIZE_MAX PAGE_OFFSET macro
168 COMPAT_TASK_SIZE : TASK_SIZE_MAX)
170 #define TASK_SIZE TASK_SIZE_MAX
179 #define STACK_TOP_MAX TASK_SIZE_MAX
/arch/x86/include/asm/
Dprocessor.h735 #define TASK_SIZE_MAX TASK_SIZE macro
776 #define TASK_SIZE_MAX ((1UL << 47) - PAGE_SIZE) macro
785 IA32_PAGE_OFFSET : TASK_SIZE_MAX)
787 IA32_PAGE_OFFSET : TASK_SIZE_MAX)
790 #define STACK_TOP_MAX TASK_SIZE_MAX
Duaccess.h29 #define USER_DS MAKE_MM_SEG(TASK_SIZE_MAX)
/arch/x86/kernel/
Dhw_breakpoint.c187 return (va >= TASK_SIZE_MAX) || ((va + len - 1) >= TASK_SIZE_MAX); in arch_check_bp_in_kernelspace()
256 if (bp->attr.bp_addr >= TASK_SIZE_MAX) { in arch_build_bp_info()
/arch/x86/entry/vdso/
Dvma.c73 if (end >= TASK_SIZE_MAX) in vdso_addr()
74 end = TASK_SIZE_MAX; in vdso_addr()
/arch/x86/mm/
Dfault.c153 if (user_mode(regs) && instr >= (unsigned char *)TASK_SIZE_MAX) in is_prefetch()
1050 return address >= TASK_SIZE_MAX; in fault_in_kernel_space()