Searched refs:coherent_walk (Results 1 – 6 of 6) sorted by relevance
246 if (!cfg->coherent_walk) { in __arm_lpae_alloc_pages()272 if (!cfg->coherent_walk) in __arm_lpae_free_pages()290 if (!cfg->coherent_walk) in __arm_lpae_set_pte()371 if (cfg->coherent_walk || (old & ARM_LPAE_PTE_SW_SYNC)) in arm_lpae_install_table()412 } else if (!cfg->coherent_walk && !(pte & ARM_LPAE_PTE_SW_SYNC)) { in __arm_lpae_map()803 if (cfg->coherent_walk) { in arm_64_lpae_alloc_pgtable_s1()1261 .coherent_walk = true, in arm_lpae_do_selftests()
253 if (table && !cfg->coherent_walk) { in __arm_v7s_alloc_table()287 if (!cfg->coherent_walk) in __arm_v7s_free_table()299 if (cfg->coherent_walk) in __arm_v7s_pte_sync()828 (cfg->coherent_walk ? in arm_v7s_alloc_pgtable()889 .coherent_walk = true, in arm_v7s_do_selftests()
492 domain->cfg.coherent_walk = false; in ipmmu_domain_init_context()
772 .coherent_walk = smmu->features & ARM_SMMU_FEAT_COHERENT_WALK, in arm_smmu_init_domain_context()
2246 .coherent_walk = smmu->features & ARM_SMMU_FEAT_COHERENCY, in arm_smmu_domain_finalise()
96 bool coherent_walk; member