Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Damd_iommu_types.h322 struct dma_ops_domain { struct
323 struct list_head list;
326 struct protection_domain domain;
329 unsigned long aperture_size;
332 unsigned long next_address;
335 struct aperture_range *aperture[APERTURE_MAX_RANGES];
338 bool need_flush;
344 u16 target_dev;
/linux-2.6.39/arch/x86/kernel/
Damd_iommu.c1408 static bool dma_ops_domain(struct protection_domain *domain) in dma_ops_domain() function