/linux-4.1.27/arch/sparc/mm/ |
D | hugetlbpage.c | 39 info.high_limit = min(task_size, VA_EXCLUDE_START); in hugetlb_get_unmapped_area_bottomup() 47 info.high_limit = task_size; in hugetlb_get_unmapped_area_bottomup() 70 info.high_limit = mm->mmap_base; in hugetlb_get_unmapped_area_topdown() 85 info.high_limit = STACK_TOP32; in hugetlb_get_unmapped_area_topdown()
|
/linux-4.1.27/arch/sh/mm/ |
D | mmap.c | 73 info.high_limit = TASK_SIZE; in arch_get_unmapped_area() 123 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown() 138 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_topdown()
|
/linux-4.1.27/arch/x86/mm/ |
D | hugetlbpage.c | 85 info.high_limit = TASK_SIZE; in hugetlb_get_unmapped_area_bottomup() 102 info.high_limit = current->mm->mmap_base; in hugetlb_get_unmapped_area_topdown() 117 info.high_limit = TASK_SIZE; in hugetlb_get_unmapped_area_topdown()
|
/linux-4.1.27/arch/arm/mm/ |
D | mmap.c | 99 info.high_limit = TASK_SIZE; in arch_get_unmapped_area() 150 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown() 165 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_topdown()
|
/linux-4.1.27/arch/frv/mm/ |
D | elf-fdpic.c | 85 info.high_limit = (current->mm->start_stack - 0x00200000); in arch_get_unmapped_area() 95 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
/linux-4.1.27/arch/s390/mm/ |
D | mmap.c | 118 info.high_limit = TASK_SIZE; in arch_get_unmapped_area() 158 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown() 173 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_topdown()
|
/linux-4.1.27/arch/mips/mm/ |
D | mmap.c | 106 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_common() 122 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_common()
|
/linux-4.1.27/arch/tile/mm/ |
D | hugetlbpage.c | 179 info.high_limit = TASK_SIZE; in hugetlb_get_unmapped_area_bottomup() 196 info.high_limit = current->mm->mmap_base; in hugetlb_get_unmapped_area_topdown() 211 info.high_limit = TASK_SIZE; in hugetlb_get_unmapped_area_topdown()
|
/linux-4.1.27/arch/x86/kernel/ |
D | sys_x86_64.c | 153 info.high_limit = end; in arch_get_unmapped_area() 196 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown()
|
/linux-4.1.27/mm/ |
D | mmap.c | 1709 unsigned long length, low_limit, high_limit, gap_start, gap_end; in unmapped_area() local 1717 if (info->high_limit < length) in unmapped_area() 1719 high_limit = info->high_limit - length; in unmapped_area() 1721 if (info->low_limit > high_limit) in unmapped_area() 1748 if (gap_start > high_limit) in unmapped_area() 1783 if (gap_start > high_limit) in unmapped_area() 1794 VM_BUG_ON(gap_start + info->length > info->high_limit); in unmapped_area() 1803 unsigned long length, low_limit, high_limit, gap_start, gap_end; in unmapped_area_topdown() local 1814 gap_end = info->high_limit; in unmapped_area_topdown() 1817 high_limit = gap_end - length; in unmapped_area_topdown() [all …]
|
D | page_alloc.c | 6073 unsigned long high_limit) in alloc_large_system_hash() argument 6075 unsigned long long max = high_limit; in alloc_large_system_hash()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | sys_sparc_64.c | 128 info.high_limit = min(task_size, VA_EXCLUDE_START); in arch_get_unmapped_area() 136 info.high_limit = task_size; in arch_get_unmapped_area() 191 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown() 206 info.high_limit = STACK_TOP32; in arch_get_unmapped_area_topdown()
|
D | sys_sparc_32.c | 62 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
/linux-4.1.27/arch/arc/mm/ |
D | mmap.c | 74 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | sys_parisc.c | 127 info.high_limit = mmap_upper_limit(); in arch_get_unmapped_area() 187 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | sys_ia64.c | 61 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
/linux-4.1.27/arch/ia64/mm/ |
D | hugetlbpage.c | 166 info.high_limit = HPAGE_REGION_BASE + RGN_MAP_LIMIT; in hugetlb_get_unmapped_area()
|
/linux-4.1.27/arch/metag/mm/ |
D | hugetlbpage.c | 194 info.high_limit = TASK_SIZE; in hugetlb_get_unmapped_area_new_pmd()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | slice.c | 298 info.high_limit = addr; in slice_find_area_bottomup() 324 info.high_limit = addr; in slice_find_area_topdown()
|
/linux-4.1.27/include/linux/ |
D | bootmem.h | 351 unsigned long high_limit);
|
D | mm.h | 1905 unsigned long high_limit; member
|
/linux-4.1.27/fs/hugetlbfs/ |
D | inode.c | 178 info.high_limit = TASK_SIZE; in hugetlb_get_unmapped_area()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | osf_sys.c | 1306 info.high_limit = limit; in arch_get_unmapped_area_1()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | ci_dpm.c | 3675 u32 low_limit, u32 high_limit) in ci_trim_single_dpm_states() argument 3681 (dpm_table->dpm_levels[i].value > high_limit)) in ci_trim_single_dpm_states()
|