Lines Matching defs:bound
158 iommu_gaddr_t bound, delta, free_down;
161 bound = entry->start;
163 free_down = MAX(child->free_down, bound - child->last);
164 bound = child->first;
166 delta = bound - entry->first;
167 entry->first = bound;
168 bound = entry->end;
171 free_down = MAX(free_down, child->first - bound);
172 bound = child->last;
174 delta += entry->last - bound;
177 entry->last = bound;