Home
last modified time | relevance | path

Searched refs:xen_is_grant_dma_device (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/xen/
Dxen-ops.h220 bool xen_is_grant_dma_device(struct device *dev);
227 static inline bool xen_is_grant_dma_device(struct device *dev) in xen_is_grant_dma_device() function
/linux-6.1.9/include/xen/arm/
Dxen-ops.h11 if (xen_is_grant_dma_device(dev)) in xen_setup_dma_ops()
/linux-6.1.9/drivers/xen/
Dgrant-dma-ops.c308 bool xen_is_grant_dma_device(struct device *dev) in xen_is_grant_dma_device() function
322 return xen_is_grant_dma_device(dev->dev.parent); in xen_virtio_mem_acc()