Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/xen/
Dpci-swiotlb-xen.c61 dma_ops = &xen_swiotlb_dma_ops; in pci_xen_swiotlb_init()
81 dma_ops = &xen_swiotlb_dma_ops; in pci_xen_swiotlb_init_late()
/Linux-v4.19/include/xen/
Dswiotlb-xen.h8 extern const struct dma_map_ops xen_swiotlb_dma_ops;
/Linux-v4.19/arch/arm/xen/
Dmm.c194 xen_dma_ops = &xen_swiotlb_dma_ops; in xen_mm_init()
/Linux-v4.19/drivers/xen/
Dswiotlb-xen.c700 const struct dma_map_ops xen_swiotlb_dma_ops = { variable