Searched refs:__cpuc_coherent_user_range (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | cacheflush.h | 131 #define __cpuc_coherent_user_range cpu_cache.coherent_user_range macro 150 extern int __cpuc_coherent_user_range(unsigned long, unsigned long); 265 #define flush_icache_user_range(s,e) __cpuc_coherent_user_range(s,e)
|
H A D | glue-cache.h | 155 #define __cpuc_coherent_user_range __glue(_CACHE,_coherent_user_range) macro
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | cacheflush.h | 131 #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 D | glue-cache.h | 155 #define __cpuc_coherent_user_range __glue(_CACHE,_coherent_user_range) macro
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | nommu.c | 200 __cpuc_coherent_user_range(uaddr, uaddr + len); in copy_to_user_page()
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | nommu.c | 201 __cpuc_coherent_user_range(uaddr, uaddr + len); in copy_to_user_page()
|
Completed in 4 milliseconds