Symbol: tlb_flush_all
arch/hexagon/include/asm/tlbflush.h
24
extern void tlb_flush_all(void);
arch/hexagon/mm/vm_tlb.c
61
tlb_flush_all();
drivers/gpu/drm/msm/msm_iommu.c
458
pagetable->tlb->tlb_flush_all((void *)adreno_smmu->cookie);
drivers/gpu/drm/msm/msm_iommu.c
485
.tlb_flush_all = msm_iommu_tlb_flush_all,
drivers/gpu/drm/panfrost/panfrost_mmu.c
546
.tlb_flush_all = mmu_tlb_inv_context_s1,
drivers/gpu/drm/panthor/panthor_mmu.c
1606
.tlb_flush_all = mmu_tlb_flush_all,
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
2469
.tlb_flush_all = arm_smmu_tlb_inv_context,
drivers/iommu/arm/arm-smmu/arm-smmu.c
1312
smmu_domain->flush_ops->tlb_flush_all(smmu_domain);
drivers/iommu/arm/arm-smmu/arm-smmu.c
394
.tlb_flush_all = arm_smmu_tlb_inv_context_s1,
drivers/iommu/arm/arm-smmu/arm-smmu.c
400
.tlb_flush_all = arm_smmu_tlb_inv_context_s2,
drivers/iommu/arm/arm-smmu/arm-smmu.c
406
.tlb_flush_all = arm_smmu_tlb_inv_context_s2,
drivers/iommu/arm/arm-smmu/qcom_iommu.c
184
.tlb_flush_all = qcom_iommu_tlb_inv_context,
drivers/iommu/io-pgtable-arm-selftests.c
41
.tlb_flush_all = dummy_tlb_flush_all,
drivers/iommu/io-pgtable-arm-v7s.c
800
.tlb_flush_all = dummy_tlb_flush_all,
drivers/iommu/ipmmu-vmsa.c
323
.tlb_flush_all = ipmmu_tlb_flush_all,
drivers/iommu/msm_iommu.c
183
.tlb_flush_all = __flush_iotlb,
drivers/staging/media/atomisp/include/mmu/isp_mmu.h
145
if (mmu->driver && mmu->driver->tlb_flush_all)
drivers/staging/media/atomisp/include/mmu/isp_mmu.h
146
mmu->driver->tlb_flush_all(mmu);
drivers/staging/media/atomisp/include/mmu/isp_mmu.h
91
void (*tlb_flush_all)(struct isp_mmu *mmu);
drivers/staging/media/atomisp/pci/mmu/isp_mmu.c
507
if (!driver->tlb_flush_all) {
drivers/staging/media/atomisp/pci/mmu/sh_mmu_mrfld.c
63
.tlb_flush_all = sh_tlb_flush,
include/linux/io-pgtable.h
280
if (iop->cfg.tlb && iop->cfg.tlb->tlb_flush_all)
include/linux/io-pgtable.h
281
iop->cfg.tlb->tlb_flush_all(iop->cookie);
include/linux/io-pgtable.h
40
void (*tlb_flush_all)(void *cookie);