Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/iommu/
Dof_iommu.c235 if (!err && dev->bus && !device_iommu_mapped(dev)) in of_iommu_configure()
/Linux-v5.10/arch/powerpc/kernel/
Diommu.c1104 if (device_iommu_mapped(dev)) { in iommu_add_device()
1125 if (!device_iommu_mapped(dev)) { in iommu_del_device()
Deeh.c1288 if (device_iommu_mapped(dev)) { in dev_has_iommu_table()
/Linux-v5.10/include/linux/
Ddevice.h601 static inline bool device_iommu_mapped(struct device *dev) in device_iommu_mapped() function
/Linux-v5.10/drivers/acpi/arm64/
Diort.c820 if (dev->bus && !device_iommu_mapped(dev)) in iort_add_device_replay()
/Linux-v5.10/drivers/dma/sh/
Drcar-dmac.c1862 if (device_iommu_mapped(&pdev->dev)) in rcar_dmac_probe()
/Linux-v5.10/drivers/usb/host/
Dxhci.c246 if (!(xhci->quirks & XHCI_ZERO_64B_REGS) || !device_iommu_mapped(dev)) in xhci_zero_64b_regs()