Lines Matching refs:start_byte
27 unsigned long start_byte;
205 * The area takes a slice of the pages from start_bytes to start_byte + length
209 unsigned long start_byte, unsigned long length,
218 area->page_offset = start_byte % PAGE_SIZE;
226 area->pages_node.start = start_byte / PAGE_SIZE;
227 if (check_add_overflow(start_byte, length - 1, &area->pages_node.last))
282 start = elm->start_byte + (uintptr_t)elm->pages->uptr;
285 start = elm->start_byte + elm->pages->start;
309 elm->start_byte, elm->length, iommu_prot);
405 unsigned long length, unsigned long start_byte,
413 elm.start_byte = start_byte;
686 elm->start_byte = iopt_area_start_byte(area, iter.cur_iova);