Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/xen/
Dpci-swiotlb-xen.c33 .dma_supported = xen_swiotlb_dma_supported,
/linux-4.4.14/include/xen/
Dswiotlb-xen.h57 xen_swiotlb_dma_supported(struct device *hwdev, u64 mask);
/linux-4.4.14/drivers/xen/
Dswiotlb-xen.c665 xen_swiotlb_dma_supported(struct device *hwdev, u64 mask) in xen_swiotlb_dma_supported() function
669 EXPORT_SYMBOL_GPL(xen_swiotlb_dma_supported);
674 if (!dev->dma_mask || !xen_swiotlb_dma_supported(dev, dma_mask)) in xen_swiotlb_set_dma_mask()
/linux-4.4.14/arch/arm/xen/
Dmm.c200 .dma_supported = xen_swiotlb_dma_supported,