Searched refs:__cpuc_coherent_user_range (Results 1 – 5 of 5) sorted by relevance
100 extern void __cpuc_coherent_user_range(unsigned long, unsigned long);144 __cpuc_coherent_user_range((start) & PAGE_MASK, PAGE_ALIGN(end))
134 #define __cpuc_coherent_user_range cpu_cache.coherent_user_range macro153 extern int __cpuc_coherent_user_range(unsigned long, unsigned long);268 #define flush_cache_user_range(s,e) __cpuc_coherent_user_range(s,e)
158 #define __cpuc_coherent_user_range __glue(_CACHE,_coherent_user_range) macro
180 __cpuc_coherent_user_range(uaddr, uaddr + len); in copy_to_user_page()
95 ENTRY(__cpuc_coherent_user_range)