Home
last modified time | relevance | path

Searched refs:device_iommu_mapped (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/iommu/
Dof_iommu.c215 if (!err && dev->bus && !device_iommu_mapped(dev)) in of_iommu_configure()
/Linux-v5.4/arch/powerpc/kernel/
Diommu.c1111 if (device_iommu_mapped(dev)) { in iommu_add_device()
1132 if (!device_iommu_mapped(dev)) { in iommu_del_device()
Deeh.c1486 if (device_iommu_mapped(dev)) { in dev_has_iommu_table()
/Linux-v5.4/drivers/acpi/arm64/
Diort.c779 if (dev->bus && !device_iommu_mapped(dev)) in iort_add_device_replay()
/Linux-v5.4/include/linux/
Ddevice.h1331 static inline bool device_iommu_mapped(struct device *dev) in device_iommu_mapped() function
/Linux-v5.4/drivers/dma/sh/
Drcar-dmac.c1842 if (device_iommu_mapped(&pdev->dev)) in rcar_dmac_probe()
/Linux-v5.4/drivers/usb/host/
Dxhci.c246 if (!(xhci->quirks & XHCI_ZERO_64B_REGS) || !device_iommu_mapped(dev)) in xhci_zero_64b_regs()