Home
last modified time | relevance | path

Searched refs:tlb_flush_all (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/staging/media/atomisp/include/mmu/
A Disp_mmu.h102 void (*tlb_flush_all)(struct isp_mmu *mmu); member
156 if (mmu->driver && mmu->driver->tlb_flush_all) in isp_mmu_flush_tlb_all()
157 mmu->driver->tlb_flush_all(mmu); in isp_mmu_flush_tlb_all()
/linux/arch/hexagon/mm/
A Dvm_tlb.c48 void tlb_flush_all(void) in tlb_flush_all() function
61 tlb_flush_all(); in flush_tlb_mm()
/linux/include/linux/
A Dio-pgtable.h42 void (*tlb_flush_all)(void *cookie); member
254 if (iop->cfg.tlb && iop->cfg.tlb->tlb_flush_all) in io_pgtable_tlb_flush_all()
255 iop->cfg.tlb->tlb_flush_all(iop->cookie); in io_pgtable_tlb_flush_all()
/linux/arch/hexagon/include/asm/
A Dtlbflush.h24 extern void tlb_flush_all(void);
/linux/drivers/staging/media/atomisp/pci/mmu/
A Dsh_mmu_mrfld.c74 .tlb_flush_all = sh_tlb_flush,
A Disp_mmu.c518 if (!driver->tlb_flush_all) { in isp_mmu_init()
/linux/drivers/gpu/drm/msm/
A Dmsm_iommu.c214 pagetable->tlb->tlb_flush_all((void *)adreno_smmu->cookie); in msm_iommu_tlb_flush_all()
241 .tlb_flush_all = msm_iommu_tlb_flush_all,
/linux/drivers/iommu/arm/arm-smmu/
A Darm-smmu.c390 .tlb_flush_all = arm_smmu_tlb_inv_context_s1,
396 .tlb_flush_all = arm_smmu_tlb_inv_context_s2,
402 .tlb_flush_all = arm_smmu_tlb_inv_context_s2,
1298 smmu_domain->flush_ops->tlb_flush_all(smmu_domain); in arm_smmu_flush_iotlb_all()
A Dqcom_iommu.c184 .tlb_flush_all = qcom_iommu_tlb_inv_context,
/linux/drivers/gpu/drm/panfrost/
A Dpanfrost_mmu.c400 .tlb_flush_all = mmu_tlb_inv_context_s1,
/linux/drivers/iommu/
A Dipmmu-vmsa.c323 .tlb_flush_all = ipmmu_tlb_flush_all,
A Dmsm_iommu.c183 .tlb_flush_all = __flush_iotlb,
A Dio-pgtable-arm-v7s.c917 .tlb_flush_all = dummy_tlb_flush_all,
A Dio-pgtable-arm.c1266 .tlb_flush_all = dummy_tlb_flush_all,
/linux/drivers/gpu/drm/panthor/
A Dpanthor_mmu.c1642 .tlb_flush_all = mmu_tlb_flush_all,
/linux/drivers/iommu/arm/arm-smmu-v3/
A Darm-smmu-v3.c2275 .tlb_flush_all = arm_smmu_tlb_inv_context,

Completed in 48 milliseconds