Home
last modified time | relevance | path

Searched refs:high_limit (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.12.1/arch/powerpc/mm/book3s64/
Dslice.c118 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/
Dhugetlbpage.c37 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/
Dmmap.h22 __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/
Dmmap.c74 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/
Dmmap.c94 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/
Dsys_x86_64.c150 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/
Dmmap.c107 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()
Dhugetlbpage.c255 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/
Dmmap.c81 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/
Dmmap.c72 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/
Dmmap.c609 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 …]
Dmm_init.c2348 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/
Dhugetlbpage.c41 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/
Dsys_sparc_64.c131 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()
Dsys_sparc_32.c64 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
/linux-6.12.1/arch/csky/abiv1/
Dmmap.c35 .high_limit = TASK_SIZE, in arch_get_unmapped_area()
/linux-6.12.1/arch/arc/mm/
Dmmap.c57 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
/linux-6.12.1/arch/parisc/kernel/
Dsys_parisc.c150 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/
Dopa_port_info.h260 __be16 high_limit; member
/linux-6.12.1/fs/hugetlbfs/
Dinode.c183 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/
Dmemblock.h573 unsigned long high_limit);
/linux-6.12.1/include/net/
Dinet_hashtables.h297 unsigned long high_limit);
/linux-6.12.1/net/ipv4/
Dinet_hashtables.c1192 unsigned long high_limit) in inet_hashinfo2_init() argument
1202 high_limit); in inet_hashinfo2_init()
/linux-6.12.1/arch/alpha/kernel/
Dosf_sys.c1225 info.high_limit = limit; in arch_get_unmapped_area_1()
/linux-6.12.1/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega10_hwmgr.c3528 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()

12