Searched refs:__cpuc_coherent_kern_range (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/unicore32/include/asm/ |
D | cacheflush.h | 99 extern void __cpuc_coherent_kern_range(unsigned long, unsigned long); 159 #define flush_icache_range(s, e) __cpuc_coherent_kern_range(s, e)
|
/linux-4.4.14/arch/arm/include/asm/ |
D | cacheflush.h | 133 #define __cpuc_coherent_kern_range cpu_cache.coherent_kern_range macro 152 extern void __cpuc_coherent_kern_range(unsigned long, unsigned long); 274 #define flush_icache_range(s,e) __cpuc_coherent_kern_range(s,e)
|
D | glue-cache.h | 157 #define __cpuc_coherent_kern_range __glue(_CACHE,_coherent_kern_range) macro
|
/linux-4.4.14/arch/unicore32/mm/ |
D | proc-syms.c | 22 EXPORT_SYMBOL(__cpuc_coherent_kern_range);
|
D | flush.c | 42 __cpuc_coherent_kern_range(addr, addr + len); in flush_ptrace_access()
|
D | cache-ucv2.S | 93 ENTRY(__cpuc_coherent_kern_range)
|
/linux-4.4.14/arch/arm/mm/ |
D | proc-syms.c | 31 EXPORT_SYMBOL(__cpuc_coherent_kern_range);
|
D | flush.c | 137 __cpuc_coherent_kern_range(addr, addr + len); in __flush_ptrace_access() 154 __cpuc_coherent_kern_range(addr, addr + len); in __flush_ptrace_access()
|