Lines Matching defs:start
203 res->end = res->start + vf_bar_sz * mul - 1;
219 res->end = res->start - 1;
313 resource_size_t start,
321 start,
341 resource_size_t start,
377 start,
423 resource_size_t size, start;
441 start = res->start;
443 rc = pnv_ioda_map_m64_segmented(phb, win, start, size);
459 start = res->start + size * j;
462 start,
520 * separate PE, and changing the IOV BAR start address changes the
532 * The actual IOV BAR range is determined by the start address
539 res2.start = res->start + (size * offset);
540 res2.end = res2.start + (size * num_vfs) - 1;
551 * we have to shift the beginning of PF IOV BAR to make it start from
566 res->start += size * offset;
580 iov->holes[i].start = res2.start;
581 iov->holes[i].end = res2.start + size * offset - 1;