Searched refs:__cpuc_coherent_kern_range (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/arch/unicore32/include/asm/ |
D | cacheflush.h | 96 extern void __cpuc_coherent_kern_range(unsigned long, unsigned long); 147 #define flush_icache_range(s, e) __cpuc_coherent_kern_range(s, e)
|
/Linux-v5.4/arch/arm/include/asm/ |
D | cacheflush.h | 130 #define __cpuc_coherent_kern_range cpu_cache.coherent_kern_range macro 149 extern void __cpuc_coherent_kern_range(unsigned long, unsigned long); 271 #define flush_icache_range(s,e) __cpuc_coherent_kern_range(s,e)
|
D | glue-cache.h | 154 #define __cpuc_coherent_kern_range __glue(_CACHE,_coherent_kern_range) macro
|
/Linux-v5.4/arch/unicore32/mm/ |
D | proc-syms.c | 19 EXPORT_SYMBOL(__cpuc_coherent_kern_range);
|
D | flush.c | 39 __cpuc_coherent_kern_range(addr, addr + len); in flush_ptrace_access()
|
D | cache-ucv2.S | 90 ENTRY(__cpuc_coherent_kern_range)
|
/Linux-v5.4/arch/arm/mm/ |
D | proc-syms.c | 28 EXPORT_SYMBOL(__cpuc_coherent_kern_range);
|
D | flush.c | 134 __cpuc_coherent_kern_range(addr, addr + len); in __flush_ptrace_access() 151 __cpuc_coherent_kern_range(addr, addr + len); in __flush_ptrace_access()
|