Home
last modified time | relevance | path

Searched refs:flush_all (Results 1 – 9 of 9) 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.c3354 static void flush_all(struct kmem_cache *s) in slub_cpu_dead()
3378 static inline void flush_all(struct kmem_cache *s) { } in node_match()
5902 flush_all(s); in slab_mem_going_offline_callback()
6320 flush_all(s);
6712 flush_all(s); in aliases_show()
3339 static void flush_all(struct kmem_cache *s) flush_all() function
3363 static inline void flush_all(struct kmem_cache *s) { } flush_all() function
/linux/net/ipv4/
H A Dfib_trie.c2022 int fib_table_flush(struct net *net, struct fib_table *tb, bool flush_all) in fib_table_flush() argument
2081 if (!flush_all && fib_props[fa->fa_type].error) { in fib_table_flush()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c4420 __le16 flush_all; in mt7996_mcu_set_rro() member
4441 req.timeout.flush_all = cpu_to_le16(2 * val); in mt7996_mcu_set_rro()