Searched refs:flush_dcache (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/iommu/ |
D | tegra-smmu.c | 382 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/ |
D | mc.h | 48 void (*flush_dcache)(struct page *page, unsigned long offset, member
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | highmem.h | 92 #define flush_cache_kmaps() { flush_icache(); flush_dcache(); }
|
D | cacheflush.h | 72 #define flush_dcache() mbc->dfl(); macro
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | module.c | 123 flush_dcache(); in module_finalize()
|
/linux-4.1.27/drivers/memory/tegra/ |
D | tegra124.c | 974 .flush_dcache = tegra124_flush_dcache,
|
D | tegra114.c | 928 .flush_dcache = tegra114_flush_dcache,
|
D | tegra30.c | 950 .flush_dcache = tegra30_flush_dcache,
|
/linux-4.1.27/arch/sparc/mm/ |
D | init_64.c | 279 static void flush_dcache(unsigned long pfn) in flush_dcache() function 347 flush_dcache(pfn); in update_mmu_cache()
|