Home
last modified time | relevance | path

Searched refs:__flush_cache_all (Results 1 – 18 of 18) sorted by relevance

/linux-6.6.21/arch/m68k/include/asm/
Dcacheflush_no.h11 #define flush_cache_all() __flush_cache_all()
27 static inline void __flush_cache_all(void) in __flush_cache_all() function
72 __flush_cache_all(); in cache_push()
Dcacheflush_mm.h160 #define __flush_cache_all() \ macro
191 #define flush_cache_all() __flush_cache_all()
/linux-6.6.21/arch/mips/mm/
Dcache.c30 void (*__flush_cache_all)(void); variable
31 EXPORT_SYMBOL_GPL(__flush_cache_all);
Dc-r3k.c290 __flush_cache_all = r3k___flush_cache_all; in r3k_cache_init()
Dc-octeon.c273 __flush_cache_all = octeon_flush_icache_all; in octeon_cache_init()
Dc-r4k.c1741 __flush_cache_all = r4k___flush_cache_all; in r4k_cache_init()
1801 __flush_cache_all = cache_noop; in r4k_cache_init()
/linux-6.6.21/arch/m68k/kernel/
Dmachine_kexec.c55 __flush_cache_all(); in machine_kexec()
/linux-6.6.21/arch/mips/alchemy/common/
Dsleeper.S14 .extern __flush_cache_all
55 la t1, __flush_cache_all
/linux-6.6.21/arch/loongarch/include/asm/
Dcacheflush.h34 asmlinkage void __flush_cache_all(void);
/linux-6.6.21/arch/mips/sgi-ip27/
Dip27-init.c65 __flush_cache_all(); in per_hub_init()
/linux-6.6.21/arch/mips/bcm63xx/
Dsetup.c54 __flush_cache_all(); in bcm6348_a1_reboot()
/linux-6.6.21/arch/mips/include/asm/
Dcacheflush.h47 extern void (*__flush_cache_all)(void);
/linux-6.6.21/arch/mips/kernel/
Dsyscall.c229 __flush_cache_all(); in SYSCALL_DEFINE3()
Dmachine_kexec.c255 __flush_cache_all(); in machine_kexec()
Dkgdb.c318 __flush_cache_all(); in kgdb_mips_notify()
/linux-6.6.21/arch/loongarch/power/
Dsuspend_asm.S62 bl __flush_cache_all
/linux-6.6.21/arch/loongarch/mm/
Dcache.c66 asmlinkage __visible void __flush_cache_all(void) in __flush_cache_all() function
/linux-6.6.21/arch/mips/cavium-octeon/
Dsmp.c299 __flush_cache_all(); in octeon_cpu_disable()