Home
last modified time | relevance | path

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

/arch/unicore32/include/asm/
Dcacheflush.h100 extern void __cpuc_coherent_user_range(unsigned long, unsigned long);
153 __cpuc_coherent_user_range((start) & PAGE_MASK, PAGE_ALIGN(end))
/arch/arm/include/asm/
Dcacheflush.h126 #define __cpuc_coherent_user_range cpu_cache.coherent_user_range macro
146 extern void __cpuc_coherent_user_range(unsigned long, unsigned long);
258 __cpuc_coherent_user_range((start) & PAGE_MASK, PAGE_ALIGN(end))
Dglue-cache.h138 #define __cpuc_coherent_user_range __glue(_CACHE,_coherent_user_range) macro
/arch/arm/mm/
Dnommu.c72 __cpuc_coherent_user_range(uaddr, uaddr + len); in copy_to_user_page()
/arch/unicore32/mm/
Dcache-ucv2.S95 ENTRY(__cpuc_coherent_user_range)