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.c139 outer_cache.flush_all(); in l2c_disable()
252 .flush_all = l2c210_flush_all,
417 .flush_all = l2c220_flush_all,
701 fns->flush_all = l2c310_flush_all_erratum; in l2c310_fixup()
774 .flush_all = l2c210_flush_all,
1100 .flush_all = l2c210_flush_all,
1120 .flush_all = l2c220_flush_all,
1316 .flush_all = l2c210_flush_all,
1346 .flush_all = l2c210_flush_all,
1536 .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.c267 u32 flush_all; /* invalidate all TLB entries */ member
368 .flush_all = 0x0c,
380 .flush_all = 0x10,
394 .flush_all = 0x10,
410 .flush_all = 0x8010,
451 writel(0x1, SYSMMU_REG(data, flush_all)); in __sysmmu_tlb_invalidate()
/linux/drivers/md/
H A Ddm-delay.c86 static void flush_delayed_bios(struct delay_c *dc, bool flush_all) in flush_delayed_bios() argument
101 if (flush_all || time_after_eq(jiffies, delayed->expires)) { in flush_delayed_bios()
/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c1168 static void hw_perf_event_update(struct perf_event *event, int flush_all) in hw_perf_event_update() argument
1195 if (!flush_all) in hw_perf_event_update()
1234 if (flush_all && done) in hw_perf_event_update()
/linux/include/net/
H A Dip_fib.h286 int fib_table_flush(struct net *net, struct fib_table *table, bool flush_all);
/linux/net/ipv4/
H A Dfib_trie.c2000 int fib_table_flush(struct net *net, struct fib_table *tb, bool flush_all) in fib_table_flush() argument
2054 if (!flush_all && !(fi->fib_flags & RTNH_F_DEAD)) { in fib_table_flush()
/linux/mm/
H A Dslub.c4042 static void flush_all(struct kmem_cache *s) in flush_rcu_sheaves_on_cache()
8354 flush_all(s); in slab_mem_going_online_callback()
8814 flush_all(s); in add_location()
3991 static void flush_all(struct kmem_cache *s) flush_all() function