/linux-6.12.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 292 while (addr < high_limit) { in slice_find_area_bottomup() 304 if (addr >= high_limit) in slice_find_area_bottomup() 305 addr = high_limit; in slice_find_area_bottomup() 310 info.high_limit = addr; in slice_find_area_bottomup() 323 int psize, unsigned long high_limit) in slice_find_area_topdown() argument 340 if (high_limit > DEFAULT_MAP_WINDOW) in slice_find_area_topdown() [all …]
|
/linux-6.12.1/arch/x86/mm/ |
D | hugetlbpage.c | 37 info.high_limit = in_32bit_syscall() ? in hugetlb_get_unmapped_area_bottomup() 54 info.high_limit = get_mmap_base(0); in hugetlb_get_unmapped_area_topdown() 61 info.high_limit += TASK_SIZE_MAX - DEFAULT_MAP_WINDOW; in hugetlb_get_unmapped_area_topdown() 76 info.high_limit = TASK_SIZE_LOW; in hugetlb_get_unmapped_area_topdown()
|
/linux-6.12.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-6.12.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-6.12.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-6.12.1/arch/x86/kernel/ |
D | sys_x86_64.c | 150 info.high_limit = end; in arch_get_unmapped_area() 201 info.high_limit = get_mmap_base(0); in arch_get_unmapped_area_topdown() 212 info.high_limit += TASK_SIZE_MAX - DEFAULT_MAP_WINDOW; in arch_get_unmapped_area_topdown()
|
/linux-6.12.1/arch/s390/mm/ |
D | mmap.c | 107 info.high_limit = TASK_SIZE; in arch_get_unmapped_area() 145 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown() 160 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_topdown()
|
D | hugetlbpage.c | 255 info.high_limit = TASK_SIZE; in hugetlb_get_unmapped_area_bottomup() 271 info.high_limit = current->mm->mmap_base; in hugetlb_get_unmapped_area_topdown() 285 info.high_limit = TASK_SIZE; in hugetlb_get_unmapped_area_topdown()
|
/linux-6.12.1/arch/mips/mm/ |
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.12.1/arch/loongarch/mm/ |
D | mmap.c | 72 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_common() 87 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_common()
|
/linux-6.12.1/mm/ |
D | mmap.c | 609 unsigned long low_limit, high_limit; in unmapped_area() local 621 high_limit = info->high_limit; in unmapped_area() 623 if (vma_iter_area_lowest(&vmi, low_limit, high_limit, length)) in unmapped_area() 666 unsigned long low_limit, high_limit; in unmapped_area_topdown() local 678 high_limit = info->high_limit; in unmapped_area_topdown() 680 if (vma_iter_area_highest(&vmi, low_limit, high_limit, length)) in unmapped_area_topdown() 689 high_limit = vm_start_gap(tmp); in unmapped_area_topdown() 696 high_limit = tmp->vm_start; in unmapped_area_topdown() 777 info.high_limit = mmap_end; in generic_get_unmapped_area() 827 info.high_limit = arch_get_mmap_base(addr, mm->mmap_base); in generic_get_unmapped_area_topdown() [all …]
|
D | mm_init.c | 2348 unsigned long high_limit) in alloc_large_system_hash() argument 2350 unsigned long long max = high_limit; in alloc_large_system_hash() 2367 if (!high_limit) { in alloc_large_system_hash()
|
/linux-6.12.1/arch/sparc/mm/ |
D | hugetlbpage.c | 41 info.high_limit = min(task_size, VA_EXCLUDE_START); in hugetlb_get_unmapped_area_bottomup() 48 info.high_limit = task_size; in hugetlb_get_unmapped_area_bottomup() 72 info.high_limit = mm->mmap_base; in hugetlb_get_unmapped_area_topdown() 86 info.high_limit = STACK_TOP32; in hugetlb_get_unmapped_area_topdown()
|
/linux-6.12.1/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 | 64 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
/linux-6.12.1/arch/csky/abiv1/ |
D | mmap.c | 35 .high_limit = TASK_SIZE, in arch_get_unmapped_area()
|
/linux-6.12.1/arch/arc/mm/ |
D | mmap.c | 57 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
/linux-6.12.1/arch/parisc/kernel/ |
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.12.1/include/rdma/ |
D | opa_port_info.h | 260 __be16 high_limit; member
|
/linux-6.12.1/fs/hugetlbfs/ |
D | inode.c | 183 info.high_limit = arch_get_mmap_end(addr, len, flags); in hugetlb_get_unmapped_area_bottomup() 198 info.high_limit = arch_get_mmap_base(addr, current->mm->mmap_base); in hugetlb_get_unmapped_area_topdown() 212 info.high_limit = arch_get_mmap_end(addr, len, flags); in hugetlb_get_unmapped_area_topdown()
|
/linux-6.12.1/include/linux/ |
D | memblock.h | 573 unsigned long high_limit);
|
/linux-6.12.1/include/net/ |
D | inet_hashtables.h | 297 unsigned long high_limit);
|
/linux-6.12.1/net/ipv4/ |
D | inet_hashtables.c | 1192 unsigned long high_limit) in inet_hashinfo2_init() argument 1202 high_limit); in inet_hashinfo2_init()
|
/linux-6.12.1/arch/alpha/kernel/ |
D | osf_sys.c | 1225 info.high_limit = limit; in arch_get_unmapped_area_1()
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
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()
|