Searched refs:__cpuc_coherent_user_range (Results 1 – 6 of 6) sorted by relevance
100 extern void __cpuc_coherent_user_range(unsigned long, unsigned long);153 __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)
154 #define __cpuc_coherent_user_range __glue(_CACHE,_coherent_user_range) macro
166 __cpuc_coherent_user_range((unsigned long)va, in __coherent_cache_guest_page()
95 ENTRY(__cpuc_coherent_user_range)
399 __cpuc_coherent_user_range(uaddr, uaddr + len); in copy_to_user_page()