Home
last modified time | relevance | path

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

12

/linux/arch/x86/include/asm/
H A Dpage_64_types.h53 #define TASK_SIZE_MAX task_size_max() macro
65 IA32_PAGE_OFFSET : TASK_SIZE_MAX)
67 IA32_PAGE_OFFSET : TASK_SIZE_MAX)
70 #define STACK_TOP_MAX TASK_SIZE_MAX
H A Dpage_32_types.h50 #define TASK_SIZE_MAX TASK_SIZE macro
/linux/include/asm-generic/
H A Daccess_ok.h15 #ifndef TASK_SIZE_MAX
16 #define TASK_SIZE_MAX TASK_SIZE macro
33 unsigned long limit = TASK_SIZE_MAX; in __access_ok()
/linux/arch/x86/kernel/
H A Dhw_breakpoint.c247 return (va >= TASK_SIZE_MAX) || ((va + len - 1) >= TASK_SIZE_MAX); in arch_check_bp_in_kernelspace()
359 if (attr->bp_addr >= TASK_SIZE_MAX) { in arch_build_bp_info()
H A Dsys_x86_64.c221 info.high_limit += TASK_SIZE_MAX - DEFAULT_MAP_WINDOW; in arch_get_unmapped_area_topdown()
H A Dprocess_64.c873 if (unlikely(arg2 >= TASK_SIZE_MAX)) in do_arch_prctl_64()
905 if (unlikely(arg2 >= TASK_SIZE_MAX)) in do_arch_prctl_64()
H A Dtraps.c86 if (addr < TASK_SIZE_MAX) in is_valid_bugaddr()
114 if (addr < TASK_SIZE_MAX) in decode_bug()
H A Dptrace.c391 if (value >= TASK_SIZE_MAX) in putreg()
396 if (value >= TASK_SIZE_MAX) in putreg()
/linux/arch/s390/include/asm/
H A Dprocessor.h127 _REGION3_SIZE : TASK_SIZE_MAX)
130 #define TASK_SIZE_MAX (-PAGE_SIZE) macro
H A Dmmu_context.h54 case TASK_SIZE_MAX: in init_new_context()
/linux/lib/
H A Dstrnlen_user.c108 max_addr = TASK_SIZE_MAX; in strnlen_user()
H A Dstrncpy_from_user.c135 max_addr = TASK_SIZE_MAX; in strncpy_from_user()
/linux/arch/mips/include/asm/
H A Duaccess.h22 #define TASK_SIZE_MAX KSEG0 macro
37 #define TASK_SIZE_MAX XKSSEG macro
/linux/arch/x86/entry/
H A Dsyscall_64.c125 * TASK_SIZE_MAX covers all user-accessible addresses other than in do_syscall_64()
128 if (unlikely(regs->ip >= TASK_SIZE_MAX)) in do_syscall_64()
/linux/arch/x86/lib/
H A Dputuser.S42 cmp $TASK_SIZE_MAX-\size+1, %ecx
H A Dgetuser.S48 cmp $TASK_SIZE_MAX-\size+1, %eax
/linux/arch/x86/mm/
H A Dmmap.c38 return full_addr_space ? TASK_SIZE_MAX : DEFAULT_MAP_WINDOW; in task_size_64bit()
H A Dfault.c270 addr >= TASK_SIZE_MAX && addr < VMALLOC_END; in arch_sync_kernel_mappings()
624 if (address >= TASK_SIZE_MAX) in sanitize_error_code()
1121 * TASK_SIZE_MAX, but is not considered part of the kernel in fault_in_kernel_space()
1127 return address >= TASK_SIZE_MAX; in fault_in_kernel_space()
/linux/arch/parisc/include/asm/
H A Duaccess.h15 #define TASK_SIZE_MAX DEFAULT_TASK_SIZE macro
/linux/arch/parisc/kernel/
H A Dsignal.c239 if (start >= TASK_SIZE_MAX - sigframe_size) in setup_rt_frame()
500 if (A(&usp[0]) >= TASK_SIZE_MAX - 5 * sizeof(int)) in insert_restart_trampoline()
/linux/arch/arm64/include/asm/
H A Dprocessor.h57 #define TASK_SIZE_MAX (UL(1) << VA_BITS) macro
/linux/arch/powerpc/mm/ptdump/
H A Dptdump.c109 {TASK_SIZE_MAX, ~0UL},
/linux/tools/testing/vma/
H A Dvma_internal.h85 #define TASK_SIZE_MAX DEFAULT_MAP_WINDOW macro
87 #define STACK_TOP_MAX TASK_SIZE_MAX
/linux/arch/x86/kernel/fpu/
H A Dregset.c238 if (user_ssp >= TASK_SIZE_MAX || !IS_ALIGNED(user_ssp, 8)) in ssp_set()
/linux/arch/arm64/kernel/
H A Dtraps.c544 if (address >= TASK_SIZE_MAX) { \

12