Searched defs:iovm_struct (Results 1 – 1 of 1) sorted by relevance
18 struct iovm_struct { struct19 struct omap_iommu *iommu; /* iommu object which this belongs to */20 u32 da_start; /* area definition */21 u32 da_end;22 u32 flags; /* IOVMF_: see below */23 struct list_head list; /* linked in ascending order */24 const struct sg_table *sgt; /* keep 'page' <-> 'da' mapping */25 void *va; /* mpu side mapped address */