Home
last modified time | relevance | path

Searched refs:__cpuc_coherent_user_range (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm/include/asm/
H A Dcacheflush.h131 #define __cpuc_coherent_user_range cpu_cache.coherent_user_range macro
150 extern int __cpuc_coherent_user_range(unsigned long, unsigned long);
268 #define flush_icache_user_range(s,e) __cpuc_coherent_user_range(s,e)
H A Dglue-cache.h145 #define __cpuc_coherent_user_range __glue(_CACHE,_coherent_user_range) macro