Home
last modified time | relevance | path

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

/linux-3.3/drivers/iommu/
Damd_iommu_types.h443 struct dma_ops_domain { struct
444 struct list_head list;
447 struct protection_domain domain;
450 unsigned long aperture_size;
453 unsigned long next_address;
456 struct aperture_range *aperture[APERTURE_MAX_RANGES];
459 bool need_flush;
465 u16 target_dev;
Damd_iommu.c1815 static bool dma_ops_domain(struct protection_domain *domain) in dma_ops_domain() function