Searched refs:tlb_flush_all (Results 1 – 16 of 16) sorted by relevance
| /linux-6.15/drivers/staging/media/atomisp/include/mmu/ |
| H A D | isp_mmu.h | 91 void (*tlb_flush_all)(struct isp_mmu *mmu); member 145 if (mmu->driver && mmu->driver->tlb_flush_all) in isp_mmu_flush_tlb_all() 146 mmu->driver->tlb_flush_all(mmu); in isp_mmu_flush_tlb_all()
|
| /linux-6.15/arch/hexagon/mm/ |
| H A D | vm_tlb.c | 48 void tlb_flush_all(void) in tlb_flush_all() function 61 tlb_flush_all(); in flush_tlb_mm()
|
| /linux-6.15/include/linux/ |
| H A D | io-pgtable.h | 42 void (*tlb_flush_all)(void *cookie); member 267 if (iop->cfg.tlb && iop->cfg.tlb->tlb_flush_all) in io_pgtable_tlb_flush_all() 268 iop->cfg.tlb->tlb_flush_all(iop->cookie); in io_pgtable_tlb_flush_all()
|
| /linux-6.15/arch/hexagon/include/asm/ |
| H A D | tlbflush.h | 24 extern void tlb_flush_all(void);
|
| /linux-6.15/drivers/staging/media/atomisp/pci/mmu/ |
| H A D | sh_mmu_mrfld.c | 63 .tlb_flush_all = sh_tlb_flush,
|
| H A D | isp_mmu.c | 507 if (!driver->tlb_flush_all) { in isp_mmu_init()
|
| /linux-6.15/drivers/gpu/drm/msm/ |
| H A D | msm_iommu.c | 236 pagetable->tlb->tlb_flush_all((void *)adreno_smmu->cookie); in msm_iommu_tlb_flush_all() 263 .tlb_flush_all = msm_iommu_tlb_flush_all,
|
| /linux-6.15/drivers/iommu/arm/arm-smmu/ |
| H A D | arm-smmu.c | 394 .tlb_flush_all = arm_smmu_tlb_inv_context_s1, 400 .tlb_flush_all = arm_smmu_tlb_inv_context_s2, 406 .tlb_flush_all = arm_smmu_tlb_inv_context_s2, 1300 smmu_domain->flush_ops->tlb_flush_all(smmu_domain); in arm_smmu_flush_iotlb_all()
|
| H A D | qcom_iommu.c | 184 .tlb_flush_all = qcom_iommu_tlb_inv_context,
|
| /linux-6.15/drivers/iommu/ |
| H A D | msm_iommu.c | 183 .tlb_flush_all = __flush_iotlb,
|
| H A D | io-pgtable-arm-v7s.c | 800 .tlb_flush_all = dummy_tlb_flush_all,
|
| H A D | ipmmu-vmsa.c | 323 .tlb_flush_all = ipmmu_tlb_flush_all,
|
| H A D | io-pgtable-arm.c | 1293 .tlb_flush_all = dummy_tlb_flush_all,
|
| /linux-6.15/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_mmu.c | 400 .tlb_flush_all = mmu_tlb_inv_context_s1,
|
| /linux-6.15/drivers/gpu/drm/panthor/ |
| H A D | panthor_mmu.c | 1645 .tlb_flush_all = mmu_tlb_flush_all,
|
| /linux-6.15/drivers/iommu/arm/arm-smmu-v3/ |
| H A D | arm-smmu-v3.c | 2409 .tlb_flush_all = arm_smmu_tlb_inv_context,
|