Searched refs:oas (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/iommu/arm/arm-smmu-v3/ |
| H A D | arm-smmu-v3-sva.c | 161 unsigned long oas; in arm_smmu_sva_supported() local 181 oas = id_aa64mmfr0_parange_to_phys_shift(fld); in arm_smmu_sva_supported() 182 if (smmu->oas < oas) in arm_smmu_sva_supported()
|
| H A D | arm-smmu-v3.c | 1927 unsigned long ias, oas; in arm_smmu_domain_finalise() local 1952 oas = smmu->ias; in arm_smmu_domain_finalise() 1959 oas = smmu->oas; in arm_smmu_domain_finalise() 1970 .oas = oas, in arm_smmu_domain_finalise() 3312 smmu->oas = 32; in arm_smmu_device_hw_probe() 3315 smmu->oas = 36; in arm_smmu_device_hw_probe() 3318 smmu->oas = 40; in arm_smmu_device_hw_probe() 3321 smmu->oas = 42; in arm_smmu_device_hw_probe() 3324 smmu->oas = 44; in arm_smmu_device_hw_probe() 3327 smmu->oas = 52; in arm_smmu_device_hw_probe() [all …]
|
| H A D | arm-smmu-v3.h | 622 unsigned long oas; /* PA */ member
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | io-pgtable-arm.c | 499 if (WARN_ON(iaext || paddr >> cfg->oas)) in arm_lpae_map_pages() 781 if (cfg->oas > 48) in arm_lpae_restrict_pgsizes() 790 cfg->oas = min(cfg->oas, max_addr_bits); in arm_lpae_restrict_pgsizes() 807 if (cfg->oas > ARM_LPAE_MAX_ADDR_BITS) in arm_lpae_alloc_pgtable() 876 switch (cfg->oas) { in arm_64_lpae_alloc_pgtable_s1() 993 switch (cfg->oas) { in arm_64_lpae_alloc_pgtable_s2() 1043 if (cfg->ias > 32 || cfg->oas > 40) in arm_32_lpae_alloc_pgtable_s1() 1053 if (cfg->ias > 40 || cfg->oas > 40) in arm_32_lpae_alloc_pgtable_s2() 1069 if (cfg->ias > 48 || cfg->oas > 40) in arm_mali_lpae_alloc_pgtable() 1306 .oas = 48, in arm_lpae_do_selftests()
|
| H A D | io-pgtable-arm-v7s.c | 538 paddr >= (1ULL << data->iop.cfg.oas))) in arm_v7s_map_pages() 793 if (cfg->oas > (arm_v7s_is_mtk_enabled(cfg) ? 35 : ARM_V7S_ADDR_BITS)) in arm_v7s_alloc_pgtable() 920 .oas = 32, in arm_v7s_do_selftests()
|
| H A D | mtk_iommu.c | 411 dom->cfg.oas = data->enable_4GB ? 33 : 32; in mtk_iommu_domain_finalise() 413 dom->cfg.oas = 35; in mtk_iommu_domain_finalise()
|
| H A D | ipmmu-vmsa.c | 438 domain->cfg.oas = 40; in ipmmu_domain_init_context()
|
| H A D | msm_iommu.c | 348 .oas = 32, in msm_iommu_domain_config()
|
| /OK3568_Linux_fs/kernel/drivers/iommu/arm/arm-smmu/ |
| H A D | arm-smmu.c | 619 unsigned long ias, oas; in arm_smmu_init_domain_context() local 691 oas = smmu->ipa_size; in arm_smmu_init_domain_context() 697 oas = min(oas, 40UL); in arm_smmu_init_domain_context() 701 oas = min(oas, 32UL); in arm_smmu_init_domain_context() 714 oas = smmu->pa_size; in arm_smmu_init_domain_context() 720 oas = min(oas, 40UL); in arm_smmu_init_domain_context() 755 .oas = oas, in arm_smmu_init_domain_context()
|
| H A D | qcom_iommu.c | 246 .oas = 40, in qcom_iommu_init_domain()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | io-pgtable.h | 90 unsigned int oas; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_mmu.c | 574 .oas = FIELD_GET(0xff00, pfdev->features.mmu_features), in panfrost_mmu_ctx_create()
|
| /OK3568_Linux_fs/kernel/Documentation/kbuild/ |
| H A D | makefiles.rst | 894 during "make clean". Files matching the patterns "*.[oas]", "*.ko", plus
|