| /linux/arch/arm/mm/ |
| H 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/sh/mm/ |
| H 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/arch/mips/mm/ |
| H A D | mmap.c | 81 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_common() 96 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_common()
|
| /linux/arch/loongarch/mm/ |
| H A D | mmap.c | 76 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_common() 91 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_common()
|
| /linux/arch/sparc/kernel/ |
| H A D | sys_sparc_64.c | 146 info.high_limit = min(task_size, VA_EXCLUDE_START); in arch_get_unmapped_area() 155 info.high_limit = task_size; in arch_get_unmapped_area() 214 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown() 230 info.high_limit = STACK_TOP32; in arch_get_unmapped_area_topdown()
|
| /linux/arch/csky/abiv1/ |
| H A D | mmap.c | 35 .high_limit = TASK_SIZE, in arch_get_unmapped_area()
|
| /linux/arch/arc/mm/ |
| H A D | mmap.c | 57 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
| /linux/mm/ |
| H A D | vma.c | 2968 unsigned long low_limit, high_limit; in unmapped_area() local 2980 high_limit = info->high_limit; in unmapped_area() 2982 if (vma_iter_area_lowest(&vmi, low_limit, high_limit, length)) in unmapped_area() 3026 unsigned long low_limit, high_limit; in unmapped_area_topdown() local 3038 high_limit = info->high_limit; in unmapped_area_topdown() 3040 if (vma_iter_area_highest(&vmi, low_limit, high_limit, length)) in unmapped_area_topdown() 3050 high_limit = vm_start_gap(tmp); in unmapped_area_topdown() 3057 high_limit = tmp->vm_start; in unmapped_area_topdown()
|
| H A D | mm_init.c | 2373 unsigned long high_limit) in alloc_large_system_hash() argument 2375 unsigned long long max = high_limit; in alloc_large_system_hash() 2392 if (!high_limit) { in alloc_large_system_hash()
|
| /linux/arch/x86/kernel/ |
| H A D | uprobes.c | 652 unsigned long low_limit, high_limit; in find_nearest_trampoline() local 659 high_limit = call_end + INT_MAX; in find_nearest_trampoline() 663 info.high_limit = min(high_limit, TASK_SIZE); in find_nearest_trampoline() 668 info.high_limit = call_end; in find_nearest_trampoline()
|
| /linux/include/net/ |
| H A D | inet_hashtables.h | 302 unsigned long high_limit);
|
| /linux/net/ipv4/ |
| H A D | inet_hashtables.c | 1282 unsigned long high_limit) in inet_hashinfo2_init() argument 1294 high_limit); in inet_hashinfo2_init()
|
| /linux/tools/testing/vma/include/ |
| H A D | dup.h | 754 unsigned long high_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 3533 (dpm_table->dpm_levels[i].value > high_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 3550 (dpm_table->dpm_levels[i].value > high_limit)) in vega10_trim_single_dpm_states_with_mask()
|
| H A D | smu7_hwmgr.c | 4390 uint32_t low_limit, uint32_t high_limit) in smu7_trim_single_dpm_states() argument 4395 bool force_trim = (low_limit == high_limit); in smu7_trim_single_dpm_states() 4400 || dpm_table->dpm_levels[i].value > high_limit)) in smu7_trim_single_dpm_states()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | ci_dpm.c | 3657 u32 low_limit, u32 high_limit) in ci_trim_single_dpm_states() argument 3663 (dpm_table->dpm_levels[i].value > high_limit)) in ci_trim_single_dpm_states()
|
| /linux/include/linux/ |
| H A D | mm.h | 4157 unsigned long high_limit; member
|