Home
last modified time | relevance | path

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

12

/linux/arch/powerpc/mm/
A Dmmap.c97 unsigned long high_limit; in radix__arch_get_unmapped_area() local
101 if (addr >= high_limit || (fixed && (addr + len > high_limit))) in radix__arch_get_unmapped_area()
102 high_limit = TASK_SIZE; in radix__arch_get_unmapped_area()
104 if (len > high_limit) in radix__arch_get_unmapped_area()
108 if (addr > high_limit - len) in radix__arch_get_unmapped_area()
124 info.high_limit = high_limit; in radix__arch_get_unmapped_area()
141 unsigned long high_limit; in radix__arch_get_unmapped_area_topdown() local
145 if (addr >= high_limit || (fixed && (addr + len > high_limit))) in radix__arch_get_unmapped_area_topdown()
146 high_limit = TASK_SIZE; in radix__arch_get_unmapped_area_topdown()
148 if (len > high_limit) in radix__arch_get_unmapped_area_topdown()
[all …]
A Dslice.c118 unsigned long high_limit) in slice_mask_for_free() argument
296 while (addr < high_limit) { in slice_find_area_bottomup()
308 if (addr >= high_limit) in slice_find_area_bottomup()
309 addr = high_limit; in slice_find_area_bottomup()
314 info.high_limit = addr; in slice_find_area_bottomup()
350 info.high_limit = addr; in slice_find_area_topdown()
442 unsigned long high_limit; in slice_get_unmapped_area() local
445 if (addr >= high_limit || (fixed && (addr + len > high_limit))) in slice_get_unmapped_area()
446 high_limit = TASK_SIZE; in slice_get_unmapped_area()
448 if (len > high_limit) in slice_get_unmapped_area()
[all …]
/linux/arch/powerpc/mm/book3s64/
A Dradix_hugetlbpage.c58 unsigned long high_limit; in radix__hugetlb_get_unmapped_area() local
61 high_limit = DEFAULT_MAP_WINDOW; in radix__hugetlb_get_unmapped_area()
62 if (addr >= high_limit || (fixed && (addr + len > high_limit))) in radix__hugetlb_get_unmapped_area()
63 high_limit = TASK_SIZE; in radix__hugetlb_get_unmapped_area()
67 if (len > high_limit) in radix__hugetlb_get_unmapped_area()
71 if (addr > high_limit - len) in radix__hugetlb_get_unmapped_area()
81 if (high_limit - len >= addr && addr >= mmap_min_addr && in radix__hugetlb_get_unmapped_area()
92 info.high_limit = mm->mmap_base + (high_limit - DEFAULT_MAP_WINDOW); in radix__hugetlb_get_unmapped_area()
/linux/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/arch/x86/mm/
A Dhugetlbpage.c93 info.high_limit = in_32bit_syscall() ? in hugetlb_get_unmapped_area_bottomup()
111 info.high_limit = get_mmap_base(0); in hugetlb_get_unmapped_area_topdown()
118 info.high_limit += TASK_SIZE_MAX - DEFAULT_MAP_WINDOW; in hugetlb_get_unmapped_area_topdown()
134 info.high_limit = TASK_SIZE_LOW; in hugetlb_get_unmapped_area_topdown()
/linux/arch/sh/mm/
A Dmmap.c74 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
124 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown()
139 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_topdown()
/linux/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/arch/x86/kernel/
A Dsys_x86_64.c153 info.high_limit = end; in arch_get_unmapped_area()
200 info.high_limit = get_mmap_base(0); in arch_get_unmapped_area_topdown()
210 info.high_limit += TASK_SIZE_MAX - DEFAULT_MAP_WINDOW; in arch_get_unmapped_area_topdown()
/linux/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.c277 info.high_limit = TASK_SIZE; in hugetlb_get_unmapped_area_bottomup()
294 info.high_limit = current->mm->mmap_base; in hugetlb_get_unmapped_area_topdown()
309 info.high_limit = TASK_SIZE; in hugetlb_get_unmapped_area_topdown()
/linux/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/mm/
A Dmmap.c1911 if (info->high_limit < length) in unmapped_area()
1913 high_limit = info->high_limit - length; in unmapped_area()
1942 if (gap_start > high_limit) in unmapped_area()
1978 if (gap_start > high_limit) in unmapped_area()
2009 gap_end = info->high_limit; in unmapped_area_topdown()
2012 high_limit = gap_end - length; in unmapped_area_topdown()
2020 if (gap_start <= high_limit) in unmapped_area_topdown()
2048 if (gap_start <= high_limit && in unmapped_area_topdown()
2081 gap_end = info->high_limit; in unmapped_area_topdown()
2162 info.high_limit = mmap_end; in arch_get_unmapped_area()
[all …]
/linux/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/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/arch/csky/abiv1/
A Dmmap.c67 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
/linux/arch/nds32/mm/
A Dmmap.c69 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
/linux/arch/arc/mm/
A Dmmap.c72 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
/linux/arch/ia64/kernel/
A Dsys_ia64.c64 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
/linux/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/arch/ia64/mm/
A Dhugetlbpage.c168 info.high_limit = HPAGE_REGION_BASE + RGN_MAP_LIMIT; in hugetlb_get_unmapped_area()
/linux/include/rdma/
A Dopa_port_info.h260 __be16 high_limit; member
/linux/fs/hugetlbfs/
A Dinode.c209 info.high_limit = TASK_SIZE; in hugetlb_get_unmapped_area_bottomup()
225 info.high_limit = current->mm->mmap_base; in hugetlb_get_unmapped_area_topdown()
240 info.high_limit = TASK_SIZE; in hugetlb_get_unmapped_area_topdown()
/linux/include/net/
A Dinet_hashtables.h253 unsigned long high_limit);
/linux/net/ipv4/
A Dinet_hashtables.c889 unsigned long high_limit) in inet_hashinfo2_init() argument
899 high_limit); in inet_hashinfo2_init()

Completed in 35 milliseconds

12