Lines Matching refs:start_byte
26 unsigned long start_byte;
187 * The area takes a slice of the pages from start_bytes to start_byte + length
191 unsigned long start_byte, unsigned long length,
200 area->page_offset = start_byte % PAGE_SIZE;
208 area->pages_node.start = start_byte / PAGE_SIZE;
209 if (check_add_overflow(start_byte, length - 1, &area->pages_node.last))
263 (uintptr_t)elm->pages->uptr + elm->start_byte, length);
284 elm->start_byte, elm->length, iommu_prot);
412 elm.start_byte = uptr - elm.pages->uptr;
450 elm->start_byte = iopt_area_start_byte(area, iter.cur_iova);