Lines Matching defs:high_limit
1574 * unmapped_area() - Find an area between the low_limit and the high_limit with
1579 * high_limit), the alignment offset and mask.
1586 unsigned long low_limit, high_limit;
1599 high_limit = info->high_limit;
1601 if (mas_empty_area(&mas, low_limit, high_limit - 1, length))
1627 * high_limit with the correct alignment and offset at the highest available
1631 * high_limit), the alignment offset and mask.
1638 unsigned long low_limit, high_limit;
1650 high_limit = info->high_limit;
1652 if (mas_empty_area_rev(&mas, low_limit, high_limit - 1, length))
1661 high_limit = vm_start_gap(tmp);
1668 high_limit = tmp->vm_start;
1682 * - is contained within the [low_limit, high_limit) interval;
1738 info.high_limit = mmap_end;
1788 info.high_limit = arch_get_mmap_base(addr, mm->mmap_base);
1803 info.high_limit = mmap_end;