Home
last modified time | relevance | path

Searched defs:iovm_struct (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/arch/arm/plat-omap/include/plat/
Diovmm.h18 struct iovm_struct { struct
19 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 */