Home
last modified time | relevance | path

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

/linux/drivers/iommu/iommufd/
H A Ddriver.c234 IOMMU_WRITE | IOMMU_READ | IOMMU_MMIO, in iommufd_sw_msi_install()
H A Dpages.c522 iommu_prot |= IOMMU_MMIO; in batch_to_domain()
/linux/drivers/iommu/
H A Dvirtio-iommu.c490 unsigned long prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in viommu_add_resv_mem()
855 (prot & IOMMU_MMIO ? VIRTIO_IOMMU_MAP_F_MMIO : 0); in viommu_map_pages()
974 int prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in viommu_get_resv_regions()
H A Dio-pgtable-arm-v7s.c340 if (!(prot & IOMMU_MMIO)) in arm_v7s_prot_to_pte()
353 if (prot & IOMMU_MMIO) in arm_v7s_prot_to_pte()
H A Ddma-iommu.c741 prot = IOMMU_MMIO; in dma_info_to_prot()
2200 int prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in iommu_dma_get_msi_page()
/linux/include/linux/
H A Diommu.h23 #define IOMMU_MMIO (1 << 4) /* e.g. things like MSI doorbells */ macro
/linux/arch/arm/mm/
H A Ddma-mapping.c736 prot |= IOMMU_MMIO; in __dma_info_to_prot()