Lines Matching defs:start
61 * struct vduse_iotlb_entry - entry of IOTLB to describe one IOVA region [start, last]
63 * @start: start of the IOVA region
71 __u64 start;
80 * Find the first IOVA region that overlaps with the range [start, last]
82 * IOVA region doesn't exist. Caller should set start and last fields.
215 * @uaddr: start address of userspace memory, it must be aligned to page size
216 * @iova: start of the IOVA region
238 * @start: start of the IOVA region
247 __u64 start;
255 * Find the first IOVA region that overlaps with the range [start, last]
256 * and return some information on it. Caller should set start and last fields.
298 * struct vduse_iova_range - IOVA range [start, last]
299 * @start: start of the IOVA range
303 __u64 start;