Home
last modified time | relevance | path

Searched refs:flush_iotlb_all (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Diommu.h218 * @flush_iotlb_all: Synchronously flush all hardware TLBs for this domain
275 void (*flush_iotlb_all)(struct iommu_domain *domain); member
504 if (domain->ops->flush_iotlb_all) { in iommu_flush_iotlb_all()
505 domain->ops->flush_iotlb_all(domain); in iommu_flush_iotlb_all()
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Drockchip-iommu.c1691 .flush_iotlb_all = rk_iommu_flush_tlb_all,
1708 .flush_iotlb_all = rk_iommu_flush_tlb_all,
H A Diommu.c2688 if (domain->ops->flush_iotlb_all && (prot & IOMMU_TLB_SHOT_ENTIRE)) { in iommu_map_sg_ext()
2689 domain->ops->flush_iotlb_all(domain); in iommu_map_sg_ext()
H A Ddma-iommu.c298 * implies that ops->flush_iotlb_all must be non-NULL. in iommu_dma_flush_iotlb_all()
300 domain->ops->flush_iotlb_all(domain); in iommu_dma_flush_iotlb_all()

Completed in 14 milliseconds