Home
last modified time | relevance | path

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

/openbmc/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.h155 #define __cpuc_coherent_user_range __glue(_CACHE,_coherent_user_range) macro
/openbmc/linux/arch/arm/mm/
H A Dnommu.c201 __cpuc_coherent_user_range(uaddr, uaddr + len); in copy_to_user_page()