Home
last modified time | relevance | path

Searched refs:ARM_SMMU_V2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c541 if (smmu->version < ARM_SMMU_V2) in arm_smmu_write_context_bank()
718 if (smmu->version == ARM_SMMU_V2) in arm_smmu_init_domain_context()
736 if (smmu->version < ARM_SMMU_V2) { in arm_smmu_init_domain_context()
1235 if (smmu->version == ARM_SMMU_V2 || in arm_smmu_iotlb_sync()
1688 smmu->version == ARM_SMMU_V2 ? 2 : 1); in arm_smmu_device_cfg_probe()
1721 ((smmu->version < ARM_SMMU_V2) || !(id & ARM_SMMU_ID0_ATOSNS))) { in arm_smmu_device_cfg_probe()
1741 if (smmu->version == ARM_SMMU_V2 && id & ARM_SMMU_ID0_EXIDS) { in arm_smmu_device_cfg_probe()
1778 if (smmu->version < ARM_SMMU_V2 || in arm_smmu_device_cfg_probe()
1832 if (smmu->version < ARM_SMMU_V2) { in arm_smmu_device_cfg_probe()
1892 ARM_SMMU_MATCH_DATA(smmu_generic_v2, ARM_SMMU_V2, GENERIC_SMMU);
[all …]
H A Darm-smmu.h252 ARM_SMMU_V2, enumerator