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);153 __cpuc_coherent_user_range((start) & PAGE_MASK, PAGE_ALIGN(end))
126 #define __cpuc_coherent_user_range cpu_cache.coherent_user_range macro146 extern void __cpuc_coherent_user_range(unsigned long, unsigned long);258 __cpuc_coherent_user_range((start) & PAGE_MASK, PAGE_ALIGN(end))
138 #define __cpuc_coherent_user_range __glue(_CACHE,_coherent_user_range) macro
72 __cpuc_coherent_user_range(uaddr, uaddr + len); in copy_to_user_page()
95 ENTRY(__cpuc_coherent_user_range)