Searched refs:tlb_sync (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu-qcom.c | 568 .tlb_sync = qcom_smmu_tlb_sync, 577 .tlb_sync = qcom_smmu_tlb_sync, 590 .tlb_sync = qcom_smmu_tlb_sync, 603 .tlb_sync = qcom_smmu_tlb_sync, 613 .tlb_sync = qcom_smmu_tlb_sync,
|
H A D | arm-smmu.h | 446 void (*tlb_sync)(struct arm_smmu_device *smmu, int page, int sync, member
|
H A D | arm-smmu.c | 219 if (smmu->impl && unlikely(smmu->impl->tlb_sync)) in __arm_smmu_tlb_sync() 220 return smmu->impl->tlb_sync(smmu, page, sync, status); in __arm_smmu_tlb_sync()
|