/linux-4.1.27/arch/sh/mm/ |
H A D | mmap.c | 72 info.low_limit = TASK_UNMAPPED_BASE; arch_get_unmapped_area() 122 info.low_limit = PAGE_SIZE; arch_get_unmapped_area_topdown() 137 info.low_limit = TASK_UNMAPPED_BASE; arch_get_unmapped_area_topdown()
|
/linux-4.1.27/arch/sparc/mm/ |
H A D | hugetlbpage.c | 38 info.low_limit = TASK_UNMAPPED_BASE; hugetlb_get_unmapped_area_bottomup() 46 info.low_limit = VA_EXCLUDE_END; hugetlb_get_unmapped_area_bottomup() 69 info.low_limit = PAGE_SIZE; hugetlb_get_unmapped_area_topdown() 84 info.low_limit = TASK_UNMAPPED_BASE; hugetlb_get_unmapped_area_topdown()
|
/linux-4.1.27/arch/x86/mm/ |
H A D | hugetlbpage.c | 84 info.low_limit = current->mm->mmap_legacy_base; hugetlb_get_unmapped_area_bottomup() 101 info.low_limit = PAGE_SIZE; hugetlb_get_unmapped_area_topdown() 116 info.low_limit = TASK_UNMAPPED_BASE; hugetlb_get_unmapped_area_topdown()
|
/linux-4.1.27/arch/arm/mm/ |
H A D | mmap.c | 98 info.low_limit = mm->mmap_base; arch_get_unmapped_area() 149 info.low_limit = FIRST_USER_ADDRESS; arch_get_unmapped_area_topdown() 164 info.low_limit = mm->mmap_base; arch_get_unmapped_area_topdown()
|
/linux-4.1.27/arch/frv/mm/ |
H A D | elf-fdpic.c | 84 info.low_limit = PAGE_SIZE; arch_get_unmapped_area() 94 info.low_limit = PAGE_ALIGN(0x80000000); arch_get_unmapped_area()
|
/linux-4.1.27/arch/arc/mm/ |
H A D | mmap.c | 73 info.low_limit = mm->mmap_base; arch_get_unmapped_area()
|
/linux-4.1.27/arch/mips/mm/ |
H A D | mmap.c | 105 info.low_limit = PAGE_SIZE; arch_get_unmapped_area_common() 121 info.low_limit = mm->mmap_base; arch_get_unmapped_area_common()
|
/linux-4.1.27/arch/s390/mm/ |
H A D | mmap.c | 117 info.low_limit = mm->mmap_base; arch_get_unmapped_area() 157 info.low_limit = max(PAGE_SIZE, mmap_min_addr); arch_get_unmapped_area_topdown() 172 info.low_limit = TASK_UNMAPPED_BASE; arch_get_unmapped_area_topdown()
|
/linux-4.1.27/arch/tile/mm/ |
H A D | hugetlbpage.c | 178 info.low_limit = TASK_UNMAPPED_BASE; hugetlb_get_unmapped_area_bottomup() 195 info.low_limit = PAGE_SIZE; hugetlb_get_unmapped_area_topdown() 210 info.low_limit = TASK_UNMAPPED_BASE; hugetlb_get_unmapped_area_topdown()
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | sys_sparc_64.c | 127 info.low_limit = TASK_UNMAPPED_BASE; arch_get_unmapped_area() 135 info.low_limit = VA_EXCLUDE_END; arch_get_unmapped_area() 190 info.low_limit = PAGE_SIZE; arch_get_unmapped_area_topdown() 205 info.low_limit = TASK_UNMAPPED_BASE; arch_get_unmapped_area_topdown()
|
H A D | sys_sparc_32.c | 61 info.low_limit = addr; arch_get_unmapped_area()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | sys_x86_64.c | 152 info.low_limit = begin; arch_get_unmapped_area() 195 info.low_limit = PAGE_SIZE; arch_get_unmapped_area_topdown()
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | sys_ia64.c | 60 info.low_limit = addr; arch_get_unmapped_area()
|
/linux-4.1.27/arch/ia64/mm/ |
H A D | hugetlbpage.c | 165 info.low_limit = addr; hugetlb_get_unmapped_area()
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | sys_parisc.c | 126 info.low_limit = mm->mmap_legacy_base; arch_get_unmapped_area() 186 info.low_limit = PAGE_SIZE; arch_get_unmapped_area_topdown()
|
/linux-4.1.27/mm/ |
H A D | mmap.c | 1703 * - gap_end = vma->vm_start >= info->low_limit + length; unmapped_area() 1709 unsigned long length, low_limit, high_limit, gap_start, gap_end; unmapped_area() local 1721 if (info->low_limit > high_limit) unmapped_area() 1723 low_limit = info->low_limit + length; unmapped_area() 1735 if (gap_end >= low_limit && vma->vm_rb.rb_left) { unmapped_area() 1750 if (gap_end >= low_limit && gap_end - gap_start >= length) unmapped_area() 1787 /* We found a suitable gap. Clip it with the original low_limit. */ unmapped_area() 1788 if (gap_start < info->low_limit) unmapped_area() 1789 gap_start = info->low_limit; unmapped_area() 1803 unsigned long length, low_limit, high_limit, gap_start, gap_end; unmapped_area_topdown() local 1819 if (info->low_limit > high_limit) unmapped_area_topdown() 1821 low_limit = info->low_limit + length; unmapped_area_topdown() 1851 if (gap_end < low_limit) unmapped_area_topdown() 1892 VM_BUG_ON(gap_end < info->low_limit); unmapped_area_topdown() 1933 info.low_limit = mm->mmap_base; arch_get_unmapped_area() 1973 info.low_limit = max(PAGE_SIZE, mmap_min_addr); arch_get_unmapped_area_topdown() 1987 info.low_limit = TASK_UNMAPPED_BASE; arch_get_unmapped_area_topdown()
|
H A D | page_alloc.c | 6072 unsigned long low_limit, alloc_large_system_hash() 6114 if (numentries < low_limit) alloc_large_system_hash() 6115 numentries = low_limit; alloc_large_system_hash() 6065 alloc_large_system_hash(const char *tablename, unsigned long bucketsize, unsigned long numentries, int scale, int flags, unsigned int *_hash_shift, unsigned int *_hash_mask, unsigned long low_limit, unsigned long high_limit) alloc_large_system_hash() argument
|
/linux-4.1.27/arch/powerpc/mm/ |
H A D | slice.c | 281 info.low_limit = addr; slice_find_area_bottomup() 287 * At this point [info.low_limit; addr) covers slice_find_area_bottomup() 341 info.low_limit = addr; slice_find_area_topdown()
|
/linux-4.1.27/arch/metag/mm/ |
H A D | hugetlbpage.c | 193 info.low_limit = TASK_UNMAPPED_BASE; hugetlb_get_unmapped_area_new_pmd()
|
/linux-4.1.27/include/linux/ |
H A D | bootmem.h | 350 unsigned long low_limit,
|
H A D | mm.h | 1904 unsigned long low_limit; mm_populate() member in struct:vm_unmapped_area_info 1918 * - is contained within the [low_limit, high_limit) interval;
|
/linux-4.1.27/fs/hugetlbfs/ |
H A D | inode.c | 177 info.low_limit = TASK_UNMAPPED_BASE; hugetlb_get_unmapped_area()
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | osf_sys.c | 1305 info.low_limit = addr; arch_get_unmapped_area_1()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | ci_dpm.c | 3675 u32 low_limit, u32 high_limit) ci_trim_single_dpm_states() 3680 if ((dpm_table->dpm_levels[i].value < low_limit) || ci_trim_single_dpm_states() 3673 ci_trim_single_dpm_states(struct radeon_device *rdev, struct ci_single_dpm_table *dpm_table, u32 low_limit, u32 high_limit) ci_trim_single_dpm_states() argument
|