Home
last modified time | relevance | path

Searched refs:nommu_dma_ops (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/sh/kernel/
Ddma-nommu.c65 struct dma_map_ops nommu_dma_ops = { variable
81 dma_ops = &nommu_dma_ops; in no_iommu_init()
/linux-3.4.99/arch/x86/include/asm/
Diommu.h4 extern struct dma_map_ops nommu_dma_ops;
/linux-3.4.99/arch/x86/kernel/
Dpci-nommu.c98 struct dma_map_ops nommu_dma_ops = { variable
Dpci-dma.c20 struct dma_map_ops *dma_ops = &nommu_dma_ops;
/linux-3.4.99/drivers/iommu/
Damd_iommu.c2955 pdev->dev.archdata.dma_ops = &nommu_dma_ops; in device_dma_ops_init()