Home
last modified time | relevance | path

Searched refs:arm_smmu_impl (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-impl.c45 static const struct arm_smmu_impl calxeda_impl = {
85 static const struct arm_smmu_impl cavium_impl = {
148 static const struct arm_smmu_impl arm_mmu500_impl = {
187 static const struct arm_smmu_impl mrvl_mmu500_impl = {
H A Darm-smmu-qcom.h29 const struct arm_smmu_impl *impl;
30 const struct arm_smmu_impl *adreno_impl;
H A Darm-smmu-qcom.c547 static const struct arm_smmu_impl qcom_smmu_v2_impl = {
555 static const struct arm_smmu_impl qcom_smmu_500_impl = {
568 static const struct arm_smmu_impl sdm845_smmu_500_impl = {
581 static const struct arm_smmu_impl qcom_adreno_smmu_v2_impl = {
590 static const struct arm_smmu_impl qcom_adreno_smmu_500_impl = {
603 const struct arm_smmu_impl *impl; in qcom_smmu_create()
H A Darm-smmu-nvidia.c287 static const struct arm_smmu_impl nvidia_smmu_impl = {
300 static const struct arm_smmu_impl nvidia_smmu_single_impl = {
H A Darm-smmu.h314 const struct arm_smmu_impl *impl;
435 struct arm_smmu_impl { struct
H A Darm-smmu.c1613 const struct arm_smmu_impl *impl = cfg->smmu->impl; in arm_smmu_def_domain_type()