| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | mmap.c | 97 unsigned long high_limit; in radix__arch_get_unmapped_area() local 100 high_limit = DEFAULT_MAP_WINDOW; in radix__arch_get_unmapped_area() 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() 116 if (high_limit - len >= addr && addr >= mmap_min_addr && 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 144 high_limit = DEFAULT_MAP_WINDOW; in radix__arch_get_unmapped_area_topdown() [all …]
|
| H A D | slice.c | 118 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 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() 327 int psize, unsigned long high_limit) in slice_find_area_topdown() argument 346 if (high_limit > DEFAULT_MAP_WINDOW) in slice_find_area_topdown() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/thirdparty/ |
| H A D | mali_kbase_mmap.c | 138 unsigned long length, low_limit, high_limit, gap_start, gap_end; in kbase_unmapped_area_topdown() local 149 gap_end = info->high_limit; in kbase_unmapped_area_topdown() 152 high_limit = gap_end - length; in kbase_unmapped_area_topdown() 154 if (info->low_limit > high_limit) in kbase_unmapped_area_topdown() 160 if (gap_start <= high_limit) { in kbase_unmapped_area_topdown() 176 if (gap_start <= high_limit && vma->vm_rb.rb_right) { in kbase_unmapped_area_topdown() 191 if (gap_start <= high_limit && gap_end - gap_start >= length) { in kbase_unmapped_area_topdown() 195 if (gap_end > info->high_limit) in kbase_unmapped_area_topdown() 196 gap_end = info->high_limit; in kbase_unmapped_area_topdown() 230 unsigned long length, high_limit, gap_start, gap_end; in kbase_unmapped_area_topdown() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/ |
| H A D | radix_hugetlbpage.c | 52 unsigned long high_limit; in radix__hugetlb_get_unmapped_area() local 55 high_limit = DEFAULT_MAP_WINDOW; in radix__hugetlb_get_unmapped_area() 56 if (addr >= high_limit || (fixed && (addr + len > high_limit))) in radix__hugetlb_get_unmapped_area() 57 high_limit = TASK_SIZE; in radix__hugetlb_get_unmapped_area() 61 if (len > high_limit) in radix__hugetlb_get_unmapped_area() 65 if (addr > high_limit - len) in radix__hugetlb_get_unmapped_area() 75 if (high_limit - len >= addr && addr >= mmap_min_addr && in radix__hugetlb_get_unmapped_area() 86 info.high_limit = mm->mmap_base + (high_limit - DEFAULT_MAP_WINDOW); in radix__hugetlb_get_unmapped_area()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | mmap.h | 22 __field(unsigned long, high_limit) 33 __entry->high_limit = info->high_limit; 42 __entry->low_limit, __entry->high_limit, __entry->align_mask,
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/ |
| H A D | rockchip_system_monitor.c | 515 unsigned long low_limit = 0, high_limit = 0; in rockchip_init_temp_opp_table() local 546 high_limit = opp->rate; in rockchip_init_temp_opp_table() 569 if (high_limit && high_limit != opp->rate) in rockchip_init_temp_opp_table() 570 info->high_limit = high_limit; in rockchip_init_temp_opp_table() 603 if (info->high_limit > high_limit_mem) in rockchip_init_temp_opp_table() 604 info->high_limit = high_limit_mem; in rockchip_init_temp_opp_table() 663 if (info->high_limit) in monitor_device_parse_wide_temp_config() 664 info->high_limit = min(high_temp_max_freq, in monitor_device_parse_wide_temp_config() 665 info->high_limit); in monitor_device_parse_wide_temp_config() 667 info->high_limit = high_temp_max_freq; in monitor_device_parse_wide_temp_config() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | hugetlbpage.c | 93 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()
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | mmap.c | 74 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()
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/marvell/axp/ |
| H A D | ddr3_dqs.c | 69 int ddr3_check_window_limits(u32 pup, int high_limit, int low_limit, int is_tx, 306 u32 high_limit; /* holds found High Limit */ in ddr3_find_adll_limits() local 482 high_limit = in ddr3_find_adll_limits() 491 high_limit = in ddr3_find_adll_limits() 510 (pup, high_limit, in ddr3_find_adll_limits() 526 high_limit; in ddr3_find_adll_limits() 829 int ddr3_check_window_limits(u32 pup, int high_limit, int low_limit, int is_tx, in ddr3_check_window_limits() argument 834 if (low_limit > high_limit) { in ddr3_check_window_limits() 846 if ((high_limit - low_limit) < MIN_WIN_SIZE) { in ddr3_check_window_limits() 857 } else if ((high_limit - low_limit) > ADLL_MAX) { in ddr3_check_window_limits() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | mmap.c | 74 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()
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | mmap.c | 99 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()
|
| H A D | hugetlbpage.c | 277 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()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | sys_x86_64.c | 154 info.high_limit = end; in arch_get_unmapped_area() 201 info.high_limit = get_mmap_base(0); in arch_get_unmapped_area_topdown() 211 info.high_limit += TASK_SIZE_MAX - DEFAULT_MAP_WINDOW; in arch_get_unmapped_area_topdown()
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | mmap.c | 81 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_common() 97 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_common()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | mmap.c | 2009 unsigned long length, low_limit, high_limit, gap_start, gap_end; in unmapped_area() local 2017 if (info->high_limit < length) in unmapped_area() 2019 high_limit = info->high_limit - length; in unmapped_area() 2021 if (info->low_limit > high_limit) in unmapped_area() 2048 if (gap_start > high_limit) in unmapped_area() 2084 if (gap_start > high_limit) in unmapped_area() 2095 VM_BUG_ON(gap_start + info->length > info->high_limit); in unmapped_area() 2104 unsigned long length, low_limit, high_limit, gap_start, gap_end; in unmapped_area_topdown() local 2120 gap_end = info->high_limit; in unmapped_area_topdown() 2123 high_limit = gap_end - length; in unmapped_area_topdown() [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/mm/ |
| H A D | hugetlbpage.c | 42 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()
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | sys_sparc_64.c | 132 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()
|
| H A D | sys_sparc_32.c | 65 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_core_linux.c | 2064 unsigned long length, low_limit, high_limit, gap_start, gap_end; in kbase_unmapped_area_topdown() local 2075 gap_end = info->high_limit; in kbase_unmapped_area_topdown() 2078 high_limit = gap_end - length; in kbase_unmapped_area_topdown() 2080 if (info->low_limit > high_limit) in kbase_unmapped_area_topdown() 2086 if (gap_start <= high_limit) { in kbase_unmapped_area_topdown() 2101 if (gap_start <= high_limit && vma->vm_rb.rb_right) { in kbase_unmapped_area_topdown() 2116 if (gap_start <= high_limit && gap_end - gap_start >= length) { in kbase_unmapped_area_topdown() 2119 if (gap_end > info->high_limit) in kbase_unmapped_area_topdown() 2120 gap_end = info->high_limit; in kbase_unmapped_area_topdown() 2167 unsigned long high_limit = mm->mmap_base; in kbase_get_unmapped_area() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/csky/abiv1/ |
| H A D | mmap.c | 67 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
| /OK3568_Linux_fs/kernel/arch/arc/mm/ |
| H A D | mmap.c | 72 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
| /OK3568_Linux_fs/kernel/arch/nds32/mm/ |
| H A D | mmap.c | 69 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | sys_ia64.c | 64 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | sys_parisc.c | 124 info.high_limit = mmap_upper_limit(NULL); in arch_get_unmapped_area() 181 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown()
|
| /OK3568_Linux_fs/kernel/include/soc/rockchip/ |
| H A D | rockchip_system_monitor.h | 115 unsigned long high_limit; member
|