| /linux-6.15/arch/powerpc/mm/book3s64/ |
| H 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.15/include/trace/events/ |
| H 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.15/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-6.15/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-6.15/arch/x86/kernel/ |
| H A D | sys_x86_64.c | 153 info.high_limit = end; in arch_get_unmapped_area() 207 info.high_limit = get_mmap_base(0); in arch_get_unmapped_area_topdown() 221 info.high_limit += TASK_SIZE_MAX - DEFAULT_MAP_WINDOW; in arch_get_unmapped_area_topdown()
|
| /linux-6.15/arch/s390/mm/ |
| H A D | mmap.c | 103 info.high_limit = TASK_SIZE; in arch_get_unmapped_area() 142 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown() 158 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_topdown()
|
| /linux-6.15/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-6.15/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-6.15/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()
|
| H A D | sys_sparc_32.c | 69 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
| /linux-6.15/arch/csky/abiv1/ |
| H A D | mmap.c | 35 .high_limit = TASK_SIZE, in arch_get_unmapped_area()
|
| /linux-6.15/arch/arc/mm/ |
| H A D | mmap.c | 57 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
| /linux-6.15/arch/parisc/kernel/ |
| H A D | sys_parisc.c | 150 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_common() 165 info.high_limit = mmap_upper_limit(NULL); in arch_get_unmapped_area_common()
|
| /linux-6.15/mm/ |
| H A D | vma.c | 2703 unsigned long low_limit, high_limit; in unmapped_area() local 2715 high_limit = info->high_limit; in unmapped_area() 2717 if (vma_iter_area_lowest(&vmi, low_limit, high_limit, length)) in unmapped_area() 2760 unsigned long low_limit, high_limit; in unmapped_area_topdown() local 2772 high_limit = info->high_limit; in unmapped_area_topdown() 2774 if (vma_iter_area_highest(&vmi, low_limit, high_limit, length)) in unmapped_area_topdown() 2783 high_limit = vm_start_gap(tmp); in unmapped_area_topdown() 2790 high_limit = tmp->vm_start; in unmapped_area_topdown()
|
| H A D | mmap.c | 717 info.high_limit = mmap_end; in generic_get_unmapped_area() 769 info.high_limit = arch_get_mmap_base(addr, mm->mmap_base); in generic_get_unmapped_area_topdown() 785 info.high_limit = mmap_end; in generic_get_unmapped_area_topdown()
|
| H A D | mm_init.c | 2452 unsigned long high_limit) in alloc_large_system_hash() argument 2454 unsigned long long max = high_limit; in alloc_large_system_hash() 2471 if (!high_limit) { in alloc_large_system_hash()
|
| /linux-6.15/include/rdma/ |
| H A D | opa_port_info.h | 260 __be16 high_limit; member
|
| /linux-6.15/include/linux/ |
| H A D | memblock.h | 582 unsigned long high_limit);
|
| /linux-6.15/include/net/ |
| H A D | inet_hashtables.h | 297 unsigned long high_limit);
|
| /linux-6.15/net/ipv4/ |
| H A D | inet_hashtables.c | 1233 unsigned long high_limit) in inet_hashinfo2_init() argument 1243 high_limit); in inet_hashinfo2_init()
|
| /linux-6.15/tools/testing/vma/ |
| H A D | vma_internal.h | 418 unsigned long high_limit; member
|
| /linux-6.15/arch/alpha/kernel/ |
| H A D | osf_sys.c | 1223 info.high_limit = limit; in arch_get_unmapped_area_1()
|
| /linux-6.15/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A D | vega10_hwmgr.c | 3528 uint32_t low_limit, uint32_t high_limit) in vega10_trim_single_dpm_states() argument 3534 (dpm_table->dpm_levels[i].value > high_limit)) in vega10_trim_single_dpm_states() 3544 uint32_t low_limit, uint32_t high_limit, in vega10_trim_single_dpm_states_with_mask() argument 3551 (dpm_table->dpm_levels[i].value > high_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() 4308 || dpm_table->dpm_levels[i].value > high_limit)) in smu7_trim_single_dpm_states()
|
| /linux-6.15/drivers/infiniband/hw/hfi1/ |
| H A D | mad.c | 871 pi->vl.high_limit = cpu_to_be16(ibp->rvp.vl_high_limit); in __subn_get_opa_portinfo() 1480 ibp->rvp.vl_high_limit = be16_to_cpu(pi->vl.high_limit) & 0xFF; in __subn_set_opa_portinfo()
|