Searched refs:flush_all (Results 1 – 7 of 7) sorted by relevance
/linux/arch/arm/include/asm/ |
H A D | outercache.h | 20 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 D | cache-l2x0.c | 138 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 D | cache-uniphier.c | 488 outer_cache.flush_all = uniphier_cache_flush_all; in uniphier_cache_init()
|
/linux/drivers/iommu/ |
H A D | exynos-iommu.c | 266 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 D | dm-delay.c | 82 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 D | ip_fib.h | 285 int fib_table_flush(struct net *net, struct fib_table *table, bool flush_all);
|
/linux/mm/ |
H A D | slub.c | 3350 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()
|