/Linux-v6.1/arch/powerpc/mm/book3s64/ |
D | slice.c | 118 unsigned long high_limit) in slice_mask_for_free() argument 130 if (slice_addr_is_low(high_limit - 1)) in slice_mask_for_free() 133 for (i = 0; i < GET_HIGH_SLICE_INDEX(high_limit); i++) in slice_mask_for_free() 281 int psize, unsigned long high_limit) in slice_find_area_bottomup() 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() 325 int psize, unsigned long high_limit) in slice_find_area_topdown() argument 342 if (high_limit > DEFAULT_MAP_WINDOW) in slice_find_area_topdown() [all …]
|
/Linux-v6.1/include/trace/events/ |
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-v6.1/arch/x86/mm/ |
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-v6.1/arch/arm/mm/ |
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-v6.1/arch/x86/kernel/ |
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-v6.1/arch/sh/mm/ |
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-v6.1/arch/s390/mm/ |
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()
|
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-v6.1/arch/mips/mm/ |
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-v6.1/arch/loongarch/mm/ |
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-v6.1/arch/sparc/mm/ |
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-v6.1/arch/sparc/kernel/ |
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()
|
D | sys_sparc_32.c | 65 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
/Linux-v6.1/arch/csky/abiv1/ |
D | mmap.c | 67 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
/Linux-v6.1/arch/arc/mm/ |
D | mmap.c | 72 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
/Linux-v6.1/arch/ia64/kernel/ |
D | sys_ia64.c | 64 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
/Linux-v6.1/arch/parisc/kernel/ |
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-v6.1/arch/ia64/mm/ |
D | hugetlbpage.c | 168 info.high_limit = HPAGE_REGION_BASE + RGN_MAP_LIMIT; in hugetlb_get_unmapped_area()
|
/Linux-v6.1/include/rdma/ |
D | opa_port_info.h | 260 __be16 high_limit; member
|
/Linux-v6.1/include/net/ |
D | inet_hashtables.h | 298 unsigned long high_limit);
|
/Linux-v6.1/fs/hugetlbfs/ |
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-v6.1/include/linux/ |
D | memblock.h | 582 unsigned long high_limit);
|
/Linux-v6.1/mm/ |
D | mmap.c | 1573 if (mas_empty_area(&mas, info->low_limit, info->high_limit - 1, in unmapped_area() 1602 if (mas_empty_area_rev(&mas, info->low_limit, info->high_limit - 1, in unmapped_area_topdown() 1672 info.high_limit = mmap_end; in generic_get_unmapped_area() 1722 info.high_limit = arch_get_mmap_base(addr, mm->mmap_base); in generic_get_unmapped_area_topdown() 1737 info.high_limit = mmap_end; in generic_get_unmapped_area_topdown()
|
/Linux-v6.1/net/ipv4/ |
D | inet_hashtables.c | 1157 unsigned long high_limit) in inet_hashinfo2_init() argument 1167 high_limit); in inet_hashinfo2_init()
|
/Linux-v6.1/arch/alpha/kernel/ |
D | osf_sys.c | 1228 info.high_limit = limit; in arch_get_unmapped_area_1()
|