/linux-6.3-rc2/arch/powerpc/mm/book3s64/ |
A D | slice.c | 118 unsigned long high_limit) in slice_mask_for_free() argument 294 while (addr < high_limit) { in slice_find_area_bottomup() 306 if (addr >= high_limit) in slice_find_area_bottomup() 307 addr = high_limit; in slice_find_area_bottomup() 312 info.high_limit = addr; in slice_find_area_bottomup() 346 info.high_limit = addr; in slice_find_area_topdown() 438 unsigned long high_limit; in slice_get_unmapped_area() local 441 if (addr >= high_limit || (fixed && (addr + len > high_limit))) in slice_get_unmapped_area() 442 high_limit = TASK_SIZE; in slice_get_unmapped_area() 444 if (len > high_limit) in slice_get_unmapped_area() [all …]
|
/linux-6.3-rc2/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-6.3-rc2/arch/x86/mm/ |
A D | hugetlbpage.c | 64 info.high_limit = in_32bit_syscall() ? in hugetlb_get_unmapped_area_bottomup() 82 info.high_limit = get_mmap_base(0); in hugetlb_get_unmapped_area_topdown() 89 info.high_limit += TASK_SIZE_MAX - DEFAULT_MAP_WINDOW; in hugetlb_get_unmapped_area_topdown() 105 info.high_limit = TASK_SIZE_LOW; in hugetlb_get_unmapped_area_topdown()
|
/linux-6.3-rc2/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-6.3-rc2/arch/x86/kernel/ |
A D | sys_x86_64.c | 150 info.high_limit = end; in arch_get_unmapped_area() 197 info.high_limit = get_mmap_base(0); in arch_get_unmapped_area_topdown() 207 info.high_limit += TASK_SIZE_MAX - DEFAULT_MAP_WINDOW; in arch_get_unmapped_area_topdown()
|
/linux-6.3-rc2/arch/sh/mm/ |
A D | mmap.c | 94 info.high_limit = TASK_SIZE; in arch_get_unmapped_area() 144 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown() 159 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_topdown()
|
/linux-6.3-rc2/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 | 260 info.high_limit = TASK_SIZE; in hugetlb_get_unmapped_area_bottomup() 277 info.high_limit = current->mm->mmap_base; in hugetlb_get_unmapped_area_topdown() 292 info.high_limit = TASK_SIZE; in hugetlb_get_unmapped_area_topdown()
|
/linux-6.3-rc2/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-6.3-rc2/arch/loongarch/mm/ |
A D | mmap.c | 72 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_common() 88 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_common()
|
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/arch/csky/abiv1/ |
A D | mmap.c | 67 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
/linux-6.3-rc2/arch/arc/mm/ |
A D | mmap.c | 72 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | sys_ia64.c | 64 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
/linux-6.3-rc2/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-6.3-rc2/arch/ia64/mm/ |
A D | hugetlbpage.c | 153 info.high_limit = HPAGE_REGION_BASE + RGN_MAP_LIMIT; in hugetlb_get_unmapped_area()
|
/linux-6.3-rc2/include/rdma/ |
A D | opa_port_info.h | 260 __be16 high_limit; member
|
/linux-6.3-rc2/fs/hugetlbfs/ |
A D | inode.c | 196 info.high_limit = arch_get_mmap_end(addr, len, flags); in hugetlb_get_unmapped_area_bottomup() 212 info.high_limit = arch_get_mmap_base(addr, current->mm->mmap_base); in hugetlb_get_unmapped_area_topdown() 227 info.high_limit = arch_get_mmap_end(addr, len, flags); in hugetlb_get_unmapped_area_topdown()
|
/linux-6.3-rc2/include/net/ |
A D | inet_hashtables.h | 302 unsigned long high_limit);
|
/linux-6.3-rc2/include/linux/ |
A D | memblock.h | 582 unsigned long high_limit);
|
/linux-6.3-rc2/mm/ |
A D | mmap.c | 1530 if (mas_empty_area(&mas, info->low_limit, info->high_limit - 1, in unmapped_area() 1559 if (mas_empty_area_rev(&mas, info->low_limit, info->high_limit - 1, in unmapped_area_topdown() 1629 info.high_limit = mmap_end; in generic_get_unmapped_area() 1679 info.high_limit = arch_get_mmap_base(addr, mm->mmap_base); in generic_get_unmapped_area_topdown() 1694 info.high_limit = mmap_end; in generic_get_unmapped_area_topdown()
|
/linux-6.3-rc2/net/ipv4/ |
A D | inet_hashtables.c | 1162 unsigned long high_limit) in inet_hashinfo2_init() argument 1172 high_limit); in inet_hashinfo2_init()
|
/linux-6.3-rc2/arch/alpha/kernel/ |
A D | osf_sys.c | 1228 info.high_limit = limit; in arch_get_unmapped_area_1()
|