Searched refs:TASK_SIZE_MAX (Results 1 - 25 of 35) sorted by relevance

12

/linux-master/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;
/linux-master/arch/x86/mm/
H A Dmaccess.c17 if (vaddr < TASK_SIZE_MAX + PAGE_SIZE)
22 * certain cases. Though it is at an address above TASK_SIZE_MAX, it is
41 return (unsigned long)unsafe_src >= TASK_SIZE_MAX;
H A Dmmap.c38 return full_addr_space ? TASK_SIZE_MAX : DEFAULT_MAP_WINDOW;
H A Dhugetlbpage.c89 info.high_limit += TASK_SIZE_MAX - DEFAULT_MAP_WINDOW;
H A Dfault.c271 addr >= TASK_SIZE_MAX && addr < VMALLOC_END;
624 if (address >= TASK_SIZE_MAX)
1148 * TASK_SIZE_MAX, but is not considered part of the kernel
1154 return address >= TASK_SIZE_MAX;
/linux-master/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-master/lib/
H A Dstrnlen_user.c99 max_addr = TASK_SIZE_MAX;
H A Dstrncpy_from_user.c123 max_addr = TASK_SIZE_MAX;
/linux-master/arch/x86/kernel/
H A Dhw_breakpoint.c247 return (va >= TASK_SIZE_MAX) || ((va + len - 1) >= TASK_SIZE_MAX);
359 if (attr->bp_addr >= TASK_SIZE_MAX) {
H A Dsys_x86_64.c204 info.high_limit += TASK_SIZE_MAX - DEFAULT_MAP_WINDOW;
H A Dprocess_64.c849 if (unlikely(arg2 >= TASK_SIZE_MAX))
881 if (unlikely(arg2 >= TASK_SIZE_MAX))
H A Dshstk.c335 if (unlikely(token_addr >= TASK_SIZE_MAX))
/linux-master/arch/s390/include/asm/
H A Dmmu_context.h55 case TASK_SIZE_MAX:
H A Dprocessor.h108 _REGION3_SIZE : TASK_SIZE_MAX)
111 #define TASK_SIZE_MAX (-PAGE_SIZE) macro
/linux-master/arch/mips/include/asm/
H A Duaccess.h22 #define TASK_SIZE_MAX KSEG0 macro
37 #define TASK_SIZE_MAX XKSSEG macro
/linux-master/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-master/arch/parisc/include/asm/
H A Duaccess.h15 #define TASK_SIZE_MAX DEFAULT_TASK_SIZE macro
/linux-master/arch/s390/mm/
H A Dpgalloc.c119 mm->context.asce_limit = TASK_SIZE_MAX;
446 base_region1_walk(table, 0, TASK_SIZE_MAX, 0);
/linux-master/arch/x86/entry/
H A Dcommon.c114 * TASK_SIZE_MAX covers all user-accessible addresses other than
117 if (unlikely(regs->ip >= TASK_SIZE_MAX))
/linux-master/arch/parisc/kernel/
H A Dsignal.c239 if (start >= TASK_SIZE_MAX - sigframe_size)
500 if (A(&usp[0]) >= TASK_SIZE_MAX - 5 * sizeof(int))
/linux-master/arch/powerpc/mm/ptdump/
H A Dptdump.c109 {TASK_SIZE_MAX, ~0UL},
/linux-master/arch/arm64/include/asm/
H A Dprocessor.h55 #define TASK_SIZE_MAX (UL(1) << VA_BITS) macro
/linux-master/arch/x86/kernel/fpu/
H A Dregset.c237 if (user_ssp >= TASK_SIZE_MAX || !IS_ALIGNED(user_ssp, 8))

Completed in 261 milliseconds

12