Home
last modified time | relevance | path

Searched refs:flush_dcache (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/iommu/
Dtegra-smmu.c382 smmu->soc->ops->flush_dcache(as->pd, 0, SMMU_SIZE_PD); in tegra_smmu_as_prepare()
488 smmu->soc->ops->flush_dcache(page, 0, SMMU_SIZE_PT); in as_get_pte()
492 smmu->soc->ops->flush_dcache(as->pd, pde << 2, 4); in as_get_pte()
553 smmu->soc->ops->flush_dcache(page, offset, 4); in tegra_smmu_map()
577 smmu->soc->ops->flush_dcache(page, offset, 4); in tegra_smmu_unmap()
/linux-4.1.27/include/soc/tegra/
Dmc.h48 void (*flush_dcache)(struct page *page, unsigned long offset, member
/linux-4.1.27/arch/microblaze/include/asm/
Dhighmem.h92 #define flush_cache_kmaps() { flush_icache(); flush_dcache(); }
Dcacheflush.h72 #define flush_dcache() mbc->dfl(); macro
/linux-4.1.27/arch/microblaze/kernel/
Dmodule.c123 flush_dcache(); in module_finalize()
/linux-4.1.27/drivers/memory/tegra/
Dtegra124.c974 .flush_dcache = tegra124_flush_dcache,
Dtegra114.c928 .flush_dcache = tegra114_flush_dcache,
Dtegra30.c950 .flush_dcache = tegra30_flush_dcache,
/linux-4.1.27/arch/sparc/mm/
Dinit_64.c279 static void flush_dcache(unsigned long pfn) in flush_dcache() function
347 flush_dcache(pfn); in update_mmu_cache()