HomeSort by relevance Sort by last modified time
    Searched refs:__cpuc_coherent_user_range (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/arch-arm/asm/
cacheflush.h 52 #define __cpuc_coherent_user_range cpu_cache.coherent_user_range macro
65 #define __cpuc_coherent_user_range __glue(_CACHE,_coherent_user_range) macro
82 #define flush_cache_user_range(vma,start,end) __cpuc_coherent_user_range((start) & PAGE_MASK, PAGE_ALIGN(end))
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
cacheflush.h 52 #define __cpuc_coherent_user_range cpu_cache.coherent_user_range macro
65 #define __cpuc_coherent_user_range __glue(_CACHE,_coherent_user_range) macro
82 #define flush_cache_user_range(vma,start,end) __cpuc_coherent_user_range((start) & PAGE_MASK, PAGE_ALIGN(end))
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
cacheflush.h 52 #define __cpuc_coherent_user_range cpu_cache.coherent_user_range macro
65 #define __cpuc_coherent_user_range __glue(_CACHE,_coherent_user_range) macro
82 #define flush_cache_user_range(vma,start,end) __cpuc_coherent_user_range((start) & PAGE_MASK, PAGE_ALIGN(end))
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/
cacheflush.h 52 #define __cpuc_coherent_user_range cpu_cache.coherent_user_range macro
65 #define __cpuc_coherent_user_range __glue(_CACHE,_coherent_user_range) macro
82 #define flush_cache_user_range(vma,start,end) __cpuc_coherent_user_range((start) & PAGE_MASK, PAGE_ALIGN(end))
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/
cacheflush.h 52 #define __cpuc_coherent_user_range cpu_cache.coherent_user_range macro
65 #define __cpuc_coherent_user_range __glue(_CACHE,_coherent_user_range) macro
82 #define flush_cache_user_range(vma,start,end) __cpuc_coherent_user_range((start) & PAGE_MASK, PAGE_ALIGN(end))
  /external/kernel-headers/original/asm-arm/
cacheflush.h 188 #define __cpuc_coherent_user_range cpu_cache.coherent_user_range macro
207 #define __cpuc_coherent_user_range __glue(_CACHE,_coherent_user_range) macro
214 extern void __cpuc_coherent_user_range(unsigned long, unsigned long);
312 __cpuc_coherent_user_range((start) & PAGE_MASK, PAGE_ALIGN(end))

Completed in 1152 milliseconds