| /linux/arch/arm/mm/ |
| H A D | mmap.c | 73 info.low_limit = mm->mmap_base; in arch_get_unmapped_area() 124 info.low_limit = FIRST_USER_ADDRESS; in arch_get_unmapped_area_topdown() 139 info.low_limit = mm->mmap_base; in arch_get_unmapped_area_topdown()
|
| /linux/arch/sh/mm/ |
| H A D | mmap.c | 93 info.low_limit = TASK_UNMAPPED_BASE; in arch_get_unmapped_area() 143 info.low_limit = PAGE_SIZE; in arch_get_unmapped_area_topdown() 158 info.low_limit = TASK_UNMAPPED_BASE; in arch_get_unmapped_area_topdown()
|
| /linux/arch/mips/mm/ |
| H A D | mmap.c | 80 info.low_limit = PAGE_SIZE; in arch_get_unmapped_area_common() 95 info.low_limit = mm->mmap_base; in arch_get_unmapped_area_common()
|
| /linux/arch/loongarch/mm/ |
| H A D | mmap.c | 75 info.low_limit = PAGE_SIZE; in arch_get_unmapped_area_common() 90 info.low_limit = mm->mmap_base; in arch_get_unmapped_area_common()
|
| /linux/arch/sparc/kernel/ |
| H A D | sys_sparc_64.c | 145 info.low_limit = TASK_UNMAPPED_BASE; in arch_get_unmapped_area() 154 info.low_limit = VA_EXCLUDE_END; in arch_get_unmapped_area() 213 info.low_limit = PAGE_SIZE; in arch_get_unmapped_area_topdown() 229 info.low_limit = TASK_UNMAPPED_BASE; in arch_get_unmapped_area_topdown()
|
| /linux/mm/ |
| H A D | vma.c | 2943 unsigned long low_limit, high_limit; in unmapped_area() local 2952 low_limit = info->low_limit; in unmapped_area() 2953 if (low_limit < mmap_min_addr) in unmapped_area() 2954 low_limit = mmap_min_addr; in unmapped_area() 2957 if (vma_iter_area_lowest(&vmi, low_limit, high_limit, length)) in unmapped_area() 2971 low_limit = tmp->vm_end; in unmapped_area() 2978 low_limit = vm_end_gap(tmp); in unmapped_area() 3000 unsigned long low_limit, high_limit; in unmapped_area_topdown() local 3009 low_limit = info->low_limit; in unmapped_area_topdown() 3010 if (low_limit < mmap_min_addr) in unmapped_area_topdown() [all …]
|
| H A D | mmap.c | 714 info.low_limit = mm->mmap_base; in generic_get_unmapped_area() 766 info.low_limit = PAGE_SIZE; in generic_get_unmapped_area_topdown() 782 info.low_limit = TASK_UNMAPPED_BASE; in generic_get_unmapped_area_topdown()
|
| H A D | mm_init.c | 2386 unsigned long low_limit, in alloc_large_system_hash() argument 2433 if (numentries < low_limit) in alloc_large_system_hash() 2434 numentries = low_limit; in alloc_large_system_hash()
|
| /linux/arch/csky/abiv1/ |
| H A D | mmap.c | 34 .low_limit = mm->mmap_base, in arch_get_unmapped_area()
|
| /linux/arch/arc/mm/ |
| H A D | mmap.c | 56 info.low_limit = mm->mmap_base; in arch_get_unmapped_area()
|
| /linux/arch/x86/kernel/ |
| H A D | uprobes.c | 652 unsigned long low_limit, high_limit; in find_nearest_trampoline() local 656 if (check_add_overflow(call_end, INT_MIN, &low_limit)) in find_nearest_trampoline() 657 low_limit = PAGE_SIZE; in find_nearest_trampoline() 662 info.low_limit = call_end; in find_nearest_trampoline() 667 info.low_limit = max(low_limit, PAGE_SIZE); in find_nearest_trampoline()
|
| /linux/arch/parisc/kernel/ |
| H A D | sys_parisc.c | 149 info.low_limit = PAGE_SIZE; in arch_get_unmapped_area_common() 164 info.low_limit = mm->mmap_base; in arch_get_unmapped_area_common()
|
| /linux/net/ipv4/ |
| H A D | inet_hashtables.c | 1262 unsigned long low_limit, in inet_hashinfo2_init() argument 1272 low_limit, in inet_hashinfo2_init()
|
| /linux/tools/testing/vma/include/ |
| H A D | dup.h | 694 unsigned long low_limit; member
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A D | vega10_hwmgr.c | 3527 uint32_t low_limit, uint32_t high_limit) in vega10_trim_single_dpm_states() argument 3532 if ((dpm_table->dpm_levels[i].value < low_limit) || in vega10_trim_single_dpm_states() 3543 uint32_t low_limit, uint32_t high_limit, in vega10_trim_single_dpm_states_with_mask() argument 3549 if ((dpm_table->dpm_levels[i].value < low_limit) || in vega10_trim_single_dpm_states_with_mask()
|
| H A D | smu7_hwmgr.c | 4298 uint32_t low_limit, uint32_t high_limit) in smu7_trim_single_dpm_states() argument 4303 bool force_trim = (low_limit == high_limit); in smu7_trim_single_dpm_states() 4307 && (dpm_table->dpm_levels[i].value < low_limit in smu7_trim_single_dpm_states()
|
| /linux/include/linux/ |
| H A D | mm.h | 3916 unsigned long low_limit; member
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | ci_dpm.c | 3655 u32 low_limit, u32 high_limit) in ci_trim_single_dpm_states() argument 3660 if ((dpm_table->dpm_levels[i].value < low_limit) || in ci_trim_single_dpm_states()
|