Home
last modified time | relevance | path

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

12

/linux/arch/x86/include/asm/
H A Dpage_64_types.h64 #define TASK_SIZE_MAX task_size_max() macro
76 IA32_PAGE_OFFSET : TASK_SIZE_MAX)
78 IA32_PAGE_OFFSET : TASK_SIZE_MAX)
81 #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/mm/
H A Dmaccess.c17 if (vaddr < TASK_SIZE_MAX + PAGE_SIZE) in copy_from_kernel_nofault_allowed()
41 return (unsigned long)unsafe_src >= TASK_SIZE_MAX; in copy_from_kernel_nofault_allowed()
H A Dmmap.c38 return full_addr_space ? TASK_SIZE_MAX : DEFAULT_MAP_WINDOW; in task_size_64bit()
H A Dhugetlbpage.c61 info.high_limit += TASK_SIZE_MAX - DEFAULT_MAP_WINDOW; in hugetlb_get_unmapped_area_bottomup()
H A Dfault.c272 addr >= TASK_SIZE_MAX && addr < VMALLOC_END; in arch_sync_kernel_mappings()
626 if (address >= TASK_SIZE_MAX) in sanitize_error_code()
1123 * TASK_SIZE_MAX, but is not considered part of the kernel in fault_in_kernel_space()
1129 return address >= TASK_SIZE_MAX;
/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.c212 info.high_limit += TASK_SIZE_MAX - DEFAULT_MAP_WINDOW; in arch_get_unmapped_area_topdown()
H A Dprocess_64.c871 if (unlikely(arg2 >= TASK_SIZE_MAX)) in do_arch_prctl_64()
903 if (unlikely(arg2 >= TASK_SIZE_MAX)) in do_arch_prctl_64()
H A Dshstk.c335 if (unlikely(token_addr >= TASK_SIZE_MAX)) in shstk_pop_sigframe()
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.h130 _REGION3_SIZE : TASK_SIZE_MAX)
133 #define TASK_SIZE_MAX (-PAGE_SIZE) macro
H A Dmmu_context.h56 case TASK_SIZE_MAX: in init_new_context()
/linux/arch/mips/include/asm/
H A Duaccess.h22 #define TASK_SIZE_MAX KSEG0 macro
37 #define TASK_SIZE_MAX XKSSEG macro
/linux/lib/
H A Dstrnlen_user.c99 max_addr = TASK_SIZE_MAX; in strnlen_user()
H A Dstrncpy_from_user.c123 max_addr = TASK_SIZE_MAX; in strncpy_from_user()
/linux/arch/x86/lib/
H A Dputuser.S41 cmp $TASK_SIZE_MAX-\size+1, %ecx
H A Dgetuser.S46 cmp $TASK_SIZE_MAX-\size+1, %eax
/linux/arch/s390/mm/
H A Dpgalloc.c121 mm->context.asce_limit = TASK_SIZE_MAX; in crst_table_upgrade()
450 base_region1_walk(table, 0, TASK_SIZE_MAX, 0); in base_asce_free()
/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/powerpc/mm/ptdump/
H A Dptdump.c109 {TASK_SIZE_MAX, ~0UL},
/linux/arch/arm64/include/asm/
H A Dprocessor.h55 #define TASK_SIZE_MAX (UL(1) << VA_BITS) macro
/linux/arch/x86/kernel/fpu/
H A Dregset.c237 if (user_ssp >= TASK_SIZE_MAX || !IS_ALIGNED(user_ssp, 8)) in ssp_set()

12