Home
last modified time | relevance | path

Searched refs:__cpuc_coherent_kern_range (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/arch/arm/include/asm/
A Dcacheflush.h130 #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)
A Dglue-cache.h154 #define __cpuc_coherent_kern_range __glue(_CACHE,_coherent_kern_range) macro
/linux-6.3-rc2/arch/arm/mm/
A Dproc-syms.c28 EXPORT_SYMBOL(__cpuc_coherent_kern_range);
A Dflush.c134 __cpuc_coherent_kern_range(addr, addr + len); in __flush_ptrace_access()
151 __cpuc_coherent_kern_range(addr, addr + len); in __flush_ptrace_access()

Completed in 5 milliseconds