/linux/arch/powerpc/mm/ |
A D | mmap.c | 97 unsigned long high_limit; in radix__arch_get_unmapped_area() local 101 if (addr >= high_limit || (fixed && (addr + len > high_limit))) in radix__arch_get_unmapped_area() 102 high_limit = TASK_SIZE; in radix__arch_get_unmapped_area() 104 if (len > high_limit) in radix__arch_get_unmapped_area() 108 if (addr > high_limit - len) in radix__arch_get_unmapped_area() 124 info.high_limit = high_limit; in radix__arch_get_unmapped_area() 141 unsigned long high_limit; in radix__arch_get_unmapped_area_topdown() local 145 if (addr >= high_limit || (fixed && (addr + len > high_limit))) in radix__arch_get_unmapped_area_topdown() 146 high_limit = TASK_SIZE; in radix__arch_get_unmapped_area_topdown() 148 if (len > high_limit) in radix__arch_get_unmapped_area_topdown() [all …]
|
A D | slice.c | 118 unsigned long high_limit) in slice_mask_for_free() argument 296 while (addr < high_limit) { in slice_find_area_bottomup() 308 if (addr >= high_limit) in slice_find_area_bottomup() 309 addr = high_limit; in slice_find_area_bottomup() 314 info.high_limit = addr; in slice_find_area_bottomup() 350 info.high_limit = addr; in slice_find_area_topdown() 442 unsigned long high_limit; in slice_get_unmapped_area() local 445 if (addr >= high_limit || (fixed && (addr + len > high_limit))) in slice_get_unmapped_area() 446 high_limit = TASK_SIZE; in slice_get_unmapped_area() 448 if (len > high_limit) in slice_get_unmapped_area() [all …]
|
/linux/arch/powerpc/mm/book3s64/ |
A D | radix_hugetlbpage.c | 58 unsigned long high_limit; in radix__hugetlb_get_unmapped_area() local 61 high_limit = DEFAULT_MAP_WINDOW; in radix__hugetlb_get_unmapped_area() 62 if (addr >= high_limit || (fixed && (addr + len > high_limit))) in radix__hugetlb_get_unmapped_area() 63 high_limit = TASK_SIZE; in radix__hugetlb_get_unmapped_area() 67 if (len > high_limit) in radix__hugetlb_get_unmapped_area() 71 if (addr > high_limit - len) in radix__hugetlb_get_unmapped_area() 81 if (high_limit - len >= addr && addr >= mmap_min_addr && in radix__hugetlb_get_unmapped_area() 92 info.high_limit = mm->mmap_base + (high_limit - DEFAULT_MAP_WINDOW); in radix__hugetlb_get_unmapped_area()
|
/linux/include/trace/events/ |
A D | mmap.h | 22 __field(unsigned long, high_limit) 33 __entry->high_limit = info->high_limit; 42 __entry->low_limit, __entry->high_limit, __entry->align_mask,
|
/linux/arch/x86/mm/ |
A D | hugetlbpage.c | 93 info.high_limit = in_32bit_syscall() ? in hugetlb_get_unmapped_area_bottomup() 111 info.high_limit = get_mmap_base(0); in hugetlb_get_unmapped_area_topdown() 118 info.high_limit += TASK_SIZE_MAX - DEFAULT_MAP_WINDOW; in hugetlb_get_unmapped_area_topdown() 134 info.high_limit = TASK_SIZE_LOW; in hugetlb_get_unmapped_area_topdown()
|
/linux/arch/sh/mm/ |
A D | mmap.c | 74 info.high_limit = TASK_SIZE; in arch_get_unmapped_area() 124 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown() 139 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_topdown()
|
/linux/arch/arm/mm/ |
A D | mmap.c | 74 info.high_limit = TASK_SIZE; in arch_get_unmapped_area() 125 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown() 140 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_topdown()
|
/linux/arch/x86/kernel/ |
A D | sys_x86_64.c | 153 info.high_limit = end; in arch_get_unmapped_area() 200 info.high_limit = get_mmap_base(0); in arch_get_unmapped_area_topdown() 210 info.high_limit += TASK_SIZE_MAX - DEFAULT_MAP_WINDOW; in arch_get_unmapped_area_topdown()
|
/linux/arch/s390/mm/ |
A D | mmap.c | 99 info.high_limit = TASK_SIZE; in arch_get_unmapped_area() 140 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown() 158 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_topdown()
|
A D | hugetlbpage.c | 277 info.high_limit = TASK_SIZE; in hugetlb_get_unmapped_area_bottomup() 294 info.high_limit = current->mm->mmap_base; in hugetlb_get_unmapped_area_topdown() 309 info.high_limit = TASK_SIZE; in hugetlb_get_unmapped_area_topdown()
|
/linux/arch/mips/mm/ |
A D | mmap.c | 81 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_common() 97 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_common()
|
/linux/mm/ |
A D | mmap.c | 1911 if (info->high_limit < length) in unmapped_area() 1913 high_limit = info->high_limit - length; in unmapped_area() 1942 if (gap_start > high_limit) in unmapped_area() 1978 if (gap_start > high_limit) in unmapped_area() 2009 gap_end = info->high_limit; in unmapped_area_topdown() 2012 high_limit = gap_end - length; in unmapped_area_topdown() 2020 if (gap_start <= high_limit) in unmapped_area_topdown() 2048 if (gap_start <= high_limit && in unmapped_area_topdown() 2081 gap_end = info->high_limit; in unmapped_area_topdown() 2162 info.high_limit = mmap_end; in arch_get_unmapped_area() [all …]
|
/linux/arch/sparc/mm/ |
A D | hugetlbpage.c | 42 info.high_limit = min(task_size, VA_EXCLUDE_START); in hugetlb_get_unmapped_area_bottomup() 50 info.high_limit = task_size; in hugetlb_get_unmapped_area_bottomup() 74 info.high_limit = mm->mmap_base; in hugetlb_get_unmapped_area_topdown() 89 info.high_limit = STACK_TOP32; in hugetlb_get_unmapped_area_topdown()
|
/linux/arch/sparc/kernel/ |
A D | sys_sparc_64.c | 132 info.high_limit = min(task_size, VA_EXCLUDE_START); in arch_get_unmapped_area() 140 info.high_limit = task_size; in arch_get_unmapped_area() 195 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown() 210 info.high_limit = STACK_TOP32; in arch_get_unmapped_area_topdown()
|
A D | sys_sparc_32.c | 65 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
/linux/arch/csky/abiv1/ |
A D | mmap.c | 67 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
/linux/arch/nds32/mm/ |
A D | mmap.c | 69 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
/linux/arch/arc/mm/ |
A D | mmap.c | 72 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
/linux/arch/ia64/kernel/ |
A D | sys_ia64.c | 64 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
/linux/arch/parisc/kernel/ |
A D | sys_parisc.c | 143 info.high_limit = mmap_upper_limit(NULL); in arch_get_unmapped_area() 200 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown()
|
/linux/arch/ia64/mm/ |
A D | hugetlbpage.c | 168 info.high_limit = HPAGE_REGION_BASE + RGN_MAP_LIMIT; in hugetlb_get_unmapped_area()
|
/linux/include/rdma/ |
A D | opa_port_info.h | 260 __be16 high_limit; member
|
/linux/fs/hugetlbfs/ |
A D | inode.c | 209 info.high_limit = TASK_SIZE; in hugetlb_get_unmapped_area_bottomup() 225 info.high_limit = current->mm->mmap_base; in hugetlb_get_unmapped_area_topdown() 240 info.high_limit = TASK_SIZE; in hugetlb_get_unmapped_area_topdown()
|
/linux/include/net/ |
A D | inet_hashtables.h | 253 unsigned long high_limit);
|
/linux/net/ipv4/ |
A D | inet_hashtables.c | 889 unsigned long high_limit) in inet_hashinfo2_init() argument 899 high_limit); in inet_hashinfo2_init()
|