Home
last modified time | relevance | path

Searched refs:xen_swiotlb_dma_supported (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/x86/xen/
Dpci-swiotlb-xen.c33 .dma_supported = xen_swiotlb_dma_supported,
/linux-4.1.27/include/xen/
Dswiotlb-xen.h57 xen_swiotlb_dma_supported(struct device *hwdev, u64 mask);
/linux-4.1.27/drivers/xen/
Dswiotlb-xen.c672 xen_swiotlb_dma_supported(struct device *hwdev, u64 mask) in xen_swiotlb_dma_supported() function
676 EXPORT_SYMBOL_GPL(xen_swiotlb_dma_supported);
681 if (!dev->dma_mask || !xen_swiotlb_dma_supported(dev, dma_mask)) in xen_swiotlb_set_dma_mask()
/linux-4.1.27/arch/arm/xen/
Dmm.c181 .dma_supported = xen_swiotlb_dma_supported,