Lines Matching refs:high_limit
1554 * unmapped_area() - Find an area between the low_limit and the high_limit with
1559 * high_limit), the alignment offset and mask.
1566 unsigned long low_limit, high_limit;
1579 high_limit = info->high_limit;
1581 if (mas_empty_area(&mas, low_limit, high_limit - 1, length))
1607 * high_limit with the correct alignment and offset at the highest available
1611 * high_limit), the alignment offset and mask.
1618 unsigned long low_limit, high_limit;
1630 high_limit = info->high_limit;
1632 if (mas_empty_area_rev(&mas, low_limit, high_limit - 1, length))
1641 high_limit = vm_start_gap(tmp);
1648 high_limit = tmp->vm_start;
1662 * - is contained within the [low_limit, high_limit) interval;
1718 info.high_limit = mmap_end;
1768 info.high_limit = arch_get_mmap_base(addr, mm->mmap_base);
1783 info.high_limit = mmap_end;