Home
last modified time | relevance | path

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

/linux-6.12.1/include/xen/arm/
Dxen-ops.h12 dev->dma_ops = &xen_swiotlb_dma_ops; in xen_setup_dma_ops()
/linux-6.12.1/include/xen/
Dswiotlb-xen.h13 extern const struct dma_map_ops xen_swiotlb_dma_ops;
/linux-6.12.1/arch/x86/kernel/
Dpci-dma.c88 dma_ops = &xen_swiotlb_dma_ops; in pci_xen_swiotlb_init()
/linux-6.12.1/drivers/xen/
Dswiotlb-xen.c402 const struct dma_map_ops xen_swiotlb_dma_ops = { variable