Home
last modified time | relevance | path

Searched refs:flush_all (Results 1 – 7 of 7) sorted by relevance

/linux/arch/arm/include/asm/
H A Doutercache.h20 void (*flush_all)(void); member
81 if (outer_cache.flush_all) in outer_flush_all()
82 outer_cache.flush_all(); in outer_flush_all()
/linux/arch/arm/mm/
H A Dcache-l2x0.c138 outer_cache.flush_all(); in l2c_disable()
251 .flush_all = l2c210_flush_all,
416 .flush_all = l2c220_flush_all,
700 fns->flush_all = l2c310_flush_all_erratum; in l2c310_fixup()
773 .flush_all = l2c210_flush_all,
1099 .flush_all = l2c210_flush_all,
1119 .flush_all = l2c220_flush_all,
1315 .flush_all = l2c210_flush_all,
1345 .flush_all = l2c210_flush_all,
1535 .flush_all = aurora_flush_all,
[all …]
H A Dcache-uniphier.c488 outer_cache.flush_all = uniphier_cache_flush_all; in uniphier_cache_init()
/linux/drivers/iommu/
H A Dexynos-iommu.c266 u32 flush_all; /* invalidate all TLB entries */ member
367 .flush_all = 0x0c,
379 .flush_all = 0x10,
393 .flush_all = 0x10,
409 .flush_all = 0x8010,
450 writel(0x1, SYSMMU_REG(data, flush_all)); in __sysmmu_tlb_invalidate()
/linux/drivers/md/
H A Ddm-delay.c82 static void flush_delayed_bios(struct delay_c *dc, bool flush_all) in flush_delayed_bios() argument
97 if (flush_all || time_after_eq(jiffies, delayed->expires)) { in flush_delayed_bios()
/linux/include/net/
H A Dip_fib.h285 int fib_table_flush(struct net *net, struct fib_table *table, bool flush_all);
/linux/mm/
H A Dslub.c3350 static void flush_all(struct kmem_cache *s) in flush_all() function
3374 static inline void flush_all(struct kmem_cache *s) { } in flush_all() function
5898 flush_all(s); in __kmem_cache_shrink()
6316 flush_all(s); in validate_slab_cache()
6708 flush_all(s); in cpu_partial_store()