iommu/arm-smmu-v3: Change the TLBI CMD in arm_smmu_cache_invalidate()
virt inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I401IF CVE: NA ------------------------------ According to the SMMUv3 spec, CMD_TLBI_NSNH_ALL invalidates all Non-secure, non-NS-EL2, non-NS-EL2-E2H TLB entries at all implemented stages. Obviously, it is inappropriate to use it here. We replace it with CMD_TLBI_NH_ALL. Signed-off-by:Kunkun Jiang <jiangkunkun@huawei.com> Reviewed-by:
Keqian Zhu <zhukeqian1@huawei.com> Signed-off-by:
Zheng Zengkai <zhengzengkai@huawei.com>
Loading
Please sign in to comment