Lines Matching defs:offset
213 u64 start, end, offset = 0;
227 * translation_offset is the offset that must be added to the
230 * Translation offset bits.
233 offset = attr->translation_offset;
237 start = attr->minimum + offset;
238 end = attr->maximum + offset;
240 win->offset = offset;
244 (offset != win->offset || start != res->start || end != res->end)) {
649 rentry->offset = win->offset;