Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/arch/powerpc/mm/book3s64/
A Dslice.c118 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.3-rc2/include/trace/events/
A 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.3-rc2/arch/x86/mm/
A Dhugetlbpage.c64 info.high_limit = in_32bit_syscall() ? in hugetlb_get_unmapped_area_bottomup()
82 info.high_limit = get_mmap_base(0); in hugetlb_get_unmapped_area_topdown()
89 info.high_limit += TASK_SIZE_MAX - DEFAULT_MAP_WINDOW; in hugetlb_get_unmapped_area_topdown()
105 info.high_limit = TASK_SIZE_LOW; in hugetlb_get_unmapped_area_topdown()
/linux-6.3-rc2/arch/arm/mm/
A 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.3-rc2/arch/x86/kernel/
A Dsys_x86_64.c150 info.high_limit = end; in arch_get_unmapped_area()
197 info.high_limit = get_mmap_base(0); in arch_get_unmapped_area_topdown()
207 info.high_limit += TASK_SIZE_MAX - DEFAULT_MAP_WINDOW; in arch_get_unmapped_area_topdown()
/linux-6.3-rc2/arch/sh/mm/
A 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.3-rc2/arch/s390/mm/
A Dmmap.c99 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
140 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown()
158 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_topdown()
A Dhugetlbpage.c260 info.high_limit = TASK_SIZE; in hugetlb_get_unmapped_area_bottomup()
277 info.high_limit = current->mm->mmap_base; in hugetlb_get_unmapped_area_topdown()
292 info.high_limit = TASK_SIZE; in hugetlb_get_unmapped_area_topdown()
/linux-6.3-rc2/arch/mips/mm/
A Dmmap.c81 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_common()
97 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_common()
/linux-6.3-rc2/arch/loongarch/mm/
A Dmmap.c72 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_common()
88 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_common()
/linux-6.3-rc2/arch/sparc/mm/
A Dhugetlbpage.c42 info.high_limit = min(task_size, VA_EXCLUDE_START); in hugetlb_get_unmapped_area_bottomup()
50 info.high_limit = task_size; in hugetlb_get_unmapped_area_bottomup()
74 info.high_limit = mm->mmap_base; in hugetlb_get_unmapped_area_topdown()
89 info.high_limit = STACK_TOP32; in hugetlb_get_unmapped_area_topdown()
/linux-6.3-rc2/arch/sparc/kernel/
A Dsys_sparc_64.c132 info.high_limit = min(task_size, VA_EXCLUDE_START); in arch_get_unmapped_area()
140 info.high_limit = task_size; in arch_get_unmapped_area()
195 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown()
210 info.high_limit = STACK_TOP32; in arch_get_unmapped_area_topdown()
A Dsys_sparc_32.c65 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
/linux-6.3-rc2/arch/csky/abiv1/
A Dmmap.c67 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
/linux-6.3-rc2/arch/arc/mm/
A Dmmap.c72 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
/linux-6.3-rc2/arch/ia64/kernel/
A Dsys_ia64.c64 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
/linux-6.3-rc2/arch/parisc/kernel/
A Dsys_parisc.c143 info.high_limit = mmap_upper_limit(NULL); in arch_get_unmapped_area()
200 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown()
/linux-6.3-rc2/arch/ia64/mm/
A Dhugetlbpage.c153 info.high_limit = HPAGE_REGION_BASE + RGN_MAP_LIMIT; in hugetlb_get_unmapped_area()
/linux-6.3-rc2/include/rdma/
A Dopa_port_info.h260 __be16 high_limit; member
/linux-6.3-rc2/fs/hugetlbfs/
A Dinode.c196 info.high_limit = arch_get_mmap_end(addr, len, flags); in hugetlb_get_unmapped_area_bottomup()
212 info.high_limit = arch_get_mmap_base(addr, current->mm->mmap_base); in hugetlb_get_unmapped_area_topdown()
227 info.high_limit = arch_get_mmap_end(addr, len, flags); in hugetlb_get_unmapped_area_topdown()
/linux-6.3-rc2/include/net/
A Dinet_hashtables.h302 unsigned long high_limit);
/linux-6.3-rc2/include/linux/
A Dmemblock.h582 unsigned long high_limit);
/linux-6.3-rc2/mm/
A Dmmap.c1530 if (mas_empty_area(&mas, info->low_limit, info->high_limit - 1, in unmapped_area()
1559 if (mas_empty_area_rev(&mas, info->low_limit, info->high_limit - 1, in unmapped_area_topdown()
1629 info.high_limit = mmap_end; in generic_get_unmapped_area()
1679 info.high_limit = arch_get_mmap_base(addr, mm->mmap_base); in generic_get_unmapped_area_topdown()
1694 info.high_limit = mmap_end; in generic_get_unmapped_area_topdown()
/linux-6.3-rc2/net/ipv4/
A Dinet_hashtables.c1162 unsigned long high_limit) in inet_hashinfo2_init() argument
1172 high_limit); in inet_hashinfo2_init()
/linux-6.3-rc2/arch/alpha/kernel/
A Dosf_sys.c1228 info.high_limit = limit; in arch_get_unmapped_area_1()

Completed in 37 milliseconds

12