Searched refs:coherent_user_range (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm/mm/ |
H A D | cache.c | 29 .coherent_user_range = v4_coherent_user_range, 57 .coherent_user_range = v4wb_coherent_user_range, 85 .coherent_user_range = v4wt_coherent_user_range, 113 .coherent_user_range = fa_coherent_user_range, 140 .coherent_user_range = v6_coherent_user_range, 168 .coherent_user_range = v7_coherent_user_range, 189 .coherent_user_range = v7_coherent_user_range, 217 .coherent_user_range = nop_coherent_user_range, 244 .coherent_user_range = v7m_coherent_user_range, 271 .coherent_user_range [all...] |
/linux/arch/arm/include/asm/ |
H A D | cacheflush.h | 77 * coherent_user_range(start, end) 109 int (*coherent_user_range)(unsigned long, unsigned long); member 131 #define __cpuc_coherent_user_range cpu_cache.coherent_user_range
|