/Linux-v4.19/arch/powerpc/mm/ |
D | mmap.c | 111 unsigned long high_limit; in radix__arch_get_unmapped_area() local 114 high_limit = DEFAULT_MAP_WINDOW; in radix__arch_get_unmapped_area() 115 if (addr >= high_limit || (fixed && (addr + len > high_limit))) in radix__arch_get_unmapped_area() 116 high_limit = TASK_SIZE; in radix__arch_get_unmapped_area() 118 if (len > high_limit) in radix__arch_get_unmapped_area() 122 if (addr > high_limit - len) in radix__arch_get_unmapped_area() 130 if (high_limit - len >= addr && addr >= mmap_min_addr && in radix__arch_get_unmapped_area() 138 info.high_limit = high_limit; in radix__arch_get_unmapped_area() 155 unsigned long high_limit; in radix__arch_get_unmapped_area_topdown() local 158 high_limit = DEFAULT_MAP_WINDOW; in radix__arch_get_unmapped_area_topdown() [all …]
|
D | hugetlbpage-radix.c | 53 unsigned long high_limit; in radix__hugetlb_get_unmapped_area() local 56 high_limit = DEFAULT_MAP_WINDOW; in radix__hugetlb_get_unmapped_area() 57 if (addr >= high_limit || (fixed && (addr + len > high_limit))) in radix__hugetlb_get_unmapped_area() 58 high_limit = TASK_SIZE; in radix__hugetlb_get_unmapped_area() 62 if (len > high_limit) in radix__hugetlb_get_unmapped_area() 66 if (addr > high_limit - len) in radix__hugetlb_get_unmapped_area() 76 if (high_limit - len >= addr && in radix__hugetlb_get_unmapped_area() 87 info.high_limit = mm->mmap_base + (high_limit - DEFAULT_MAP_WINDOW); in radix__hugetlb_get_unmapped_area()
|
D | slice.c | 124 unsigned long high_limit) in slice_mask_for_free() argument 136 if (high_limit <= SLICE_LOW_TOP) in slice_mask_for_free() 139 for (i = 0; i < GET_HIGH_SLICE_INDEX(high_limit); i++) in slice_mask_for_free() 321 int psize, unsigned long high_limit) in slice_find_area_bottomup() argument 336 while (addr < high_limit) { in slice_find_area_bottomup() 348 if (addr >= high_limit) in slice_find_area_bottomup() 349 addr = high_limit; in slice_find_area_bottomup() 354 info.high_limit = addr; in slice_find_area_bottomup() 367 int psize, unsigned long high_limit) in slice_find_area_topdown() argument 385 if (high_limit > DEFAULT_MAP_WINDOW) in slice_find_area_topdown() [all …]
|
/Linux-v4.19/arch/x86/mm/ |
D | hugetlbpage.c | 95 info.high_limit = in_compat_syscall() ? in hugetlb_get_unmapped_area_bottomup() 113 info.high_limit = get_mmap_base(0); in hugetlb_get_unmapped_area_topdown() 120 info.high_limit += TASK_SIZE_MAX - DEFAULT_MAP_WINDOW; in hugetlb_get_unmapped_area_topdown() 136 info.high_limit = TASK_SIZE_LOW; in hugetlb_get_unmapped_area_topdown()
|
/Linux-v4.19/arch/sh/mm/ |
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-v4.19/arch/x86/kernel/ |
D | sys_x86_64.c | 163 info.high_limit = end; in arch_get_unmapped_area() 214 info.high_limit = get_mmap_base(0); in arch_get_unmapped_area_topdown() 223 info.high_limit += TASK_SIZE_MAX - DEFAULT_MAP_WINDOW; in arch_get_unmapped_area_topdown()
|
/Linux-v4.19/arch/arm/mm/ |
D | mmap.c | 101 info.high_limit = TASK_SIZE; in arch_get_unmapped_area() 152 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown() 167 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_topdown()
|
/Linux-v4.19/arch/s390/mm/ |
D | mmap.c | 98 info.high_limit = TASK_SIZE; in arch_get_unmapped_area() 149 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown() 167 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_topdown()
|
/Linux-v4.19/arch/mips/mm/ |
D | mmap.c | 108 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_common() 124 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_common()
|
/Linux-v4.19/mm/ |
D | mmap.c | 1855 unsigned long length, low_limit, high_limit, gap_start, gap_end; in unmapped_area() local 1863 if (info->high_limit < length) in unmapped_area() 1865 high_limit = info->high_limit - length; in unmapped_area() 1867 if (info->low_limit > high_limit) in unmapped_area() 1894 if (gap_start > high_limit) in unmapped_area() 1930 if (gap_start > high_limit) in unmapped_area() 1941 VM_BUG_ON(gap_start + info->length > info->high_limit); in unmapped_area() 1950 unsigned long length, low_limit, high_limit, gap_start, gap_end; in unmapped_area_topdown() local 1961 gap_end = info->high_limit; in unmapped_area_topdown() 1964 high_limit = gap_end - length; in unmapped_area_topdown() [all …]
|
/Linux-v4.19/arch/sparc/mm/ |
D | hugetlbpage.c | 43 info.high_limit = min(task_size, VA_EXCLUDE_START); in hugetlb_get_unmapped_area_bottomup() 51 info.high_limit = task_size; in hugetlb_get_unmapped_area_bottomup() 75 info.high_limit = mm->mmap_base; in hugetlb_get_unmapped_area_topdown() 90 info.high_limit = STACK_TOP32; in hugetlb_get_unmapped_area_topdown()
|
/Linux-v4.19/arch/sparc/kernel/ |
D | sys_sparc_64.c | 131 info.high_limit = min(task_size, VA_EXCLUDE_START); in arch_get_unmapped_area() 139 info.high_limit = task_size; in arch_get_unmapped_area() 194 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown() 209 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-v4.19/arch/arc/mm/ |
D | mmap.c | 75 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
/Linux-v4.19/arch/nds32/mm/ |
D | mmap.c | 69 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
/Linux-v4.19/arch/parisc/kernel/ |
D | sys_parisc.c | 136 info.high_limit = mmap_upper_limit(NULL); in arch_get_unmapped_area() 193 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | sys_ia64.c | 64 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
/Linux-v4.19/arch/ia64/mm/ |
D | hugetlbpage.c | 162 info.high_limit = HPAGE_REGION_BASE + RGN_MAP_LIMIT; in hugetlb_get_unmapped_area()
|
/Linux-v4.19/include/rdma/ |
D | opa_port_info.h | 293 __be16 high_limit; member
|
/Linux-v4.19/include/linux/ |
D | bootmem.h | 386 unsigned long high_limit);
|
/Linux-v4.19/include/net/ |
D | inet_hashtables.h | 227 unsigned long high_limit);
|
/Linux-v4.19/net/ipv4/ |
D | inet_hashtables.c | 804 unsigned long high_limit) in inet_hashinfo2_init() argument 816 high_limit); in inet_hashinfo2_init()
|
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/ |
D | vega10_hwmgr.c | 3304 uint32_t low_limit, uint32_t high_limit) in vega10_trim_single_dpm_states() argument 3310 (dpm_table->dpm_levels[i].value > high_limit)) in vega10_trim_single_dpm_states() 3320 uint32_t low_limit, uint32_t high_limit, in vega10_trim_single_dpm_states_with_mask() argument 3327 (dpm_table->dpm_levels[i].value > high_limit)) in vega10_trim_single_dpm_states_with_mask()
|
/Linux-v4.19/arch/alpha/kernel/ |
D | osf_sys.c | 1292 info.high_limit = limit; in arch_get_unmapped_area_1()
|
/Linux-v4.19/fs/hugetlbfs/ |
D | inode.c | 215 info.high_limit = TASK_SIZE; in hugetlb_get_unmapped_area()
|