HomeSort by relevance Sort by last modified time
    Searched defs:flush_cache_all (Results 1 - 25 of 41) sorted by null

1 2

  /bionic/libc/kernel/arch-x86/asm/
cacheflush.h 22 #define flush_cache_all() do { } while (0) macro
  /development/ndk/platforms/android-9/arch-x86/include/asm/
cacheflush.h 22 #define flush_cache_all() do { } while (0) macro
  /external/kernel-headers/original/asm-x86/
cacheflush.h 8 #define flush_cache_all() do { } while (0) macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
cacheflush.h 17 #define flush_cache_all() do { } while (0) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
cacheflush.h 17 #define flush_cache_all() do { } while (0) macro
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
cacheflush.h 17 #define flush_cache_all() do { } while (0) macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
cacheflush.h 17 #define flush_cache_all() do { } while (0) macro
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
cacheflush.h 17 #define flush_cache_all() do { } while (0) macro
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
cacheflush.h 22 #define flush_cache_all() do { } while (0) macro
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
cacheflush.h 22 #define flush_cache_all() do { } while (0) macro
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
cacheflush.h 22 #define flush_cache_all() do { } while (0) macro
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
cacheflush.h 22 #define flush_cache_all() do { } while (0) macro
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
cacheflush.h 22 #define flush_cache_all() do { } while (0) macro
  /bionic/libc/kernel/arch-arm/asm/
cacheflush.h 75 #define flush_cache_vmap(start, end) flush_cache_all()
76 #define flush_cache_vunmap(start, end) flush_cache_all()
80 #define flush_cache_all() __cpuc_flush_kern_all() macro
  /development/ndk/platforms/android-3/arch-arm/include/asm/
cacheflush.h 74 #define flush_cache_vmap(start, end) flush_cache_all()
75 #define flush_cache_vunmap(start, end) flush_cache_all()
81 #define flush_cache_all() __cpuc_flush_kern_all() macro
  /external/kernel-headers/original/asm-arm/
cacheflush.h 240 #define flush_cache_vmap(start, end) flush_cache_all()
241 #define flush_cache_vunmap(start, end) flush_cache_all()
262 #define flush_cache_all() __cpuc_flush_kern_all() macro
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
cacheflush.h 74 #define flush_cache_vmap(start, end) flush_cache_all()
75 #define flush_cache_vunmap(start, end) flush_cache_all()
81 #define flush_cache_all() __cpuc_flush_kern_all() macro
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
cacheflush.h 74 #define flush_cache_vmap(start, end) flush_cache_all()
75 #define flush_cache_vunmap(start, end) flush_cache_all()
81 #define flush_cache_all() __cpuc_flush_kern_all() macro
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
cacheflush.h 74 #define flush_cache_vmap(start, end) flush_cache_all()
75 #define flush_cache_vunmap(start, end) flush_cache_all()
81 #define flush_cache_all() __cpuc_flush_kern_all() macro
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
cacheflush.h 74 #define flush_cache_vmap(start, end) flush_cache_all()
75 #define flush_cache_vunmap(start, end) flush_cache_all()
81 #define flush_cache_all() __cpuc_flush_kern_all() macro
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
cacheflush.h 74 #define flush_cache_vmap(start, end) flush_cache_all()
75 #define flush_cache_vunmap(start, end) flush_cache_all()
81 #define flush_cache_all() __cpuc_flush_kern_all() macro
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/
cacheflush.h 74 #define flush_cache_vmap(start, end) flush_cache_all()
75 #define flush_cache_vunmap(start, end) flush_cache_all()
81 #define flush_cache_all() __cpuc_flush_kern_all() macro
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/
cacheflush.h 74 #define flush_cache_vmap(start, end) flush_cache_all()
75 #define flush_cache_vunmap(start, end) flush_cache_all()
81 #define flush_cache_all() __cpuc_flush_kern_all() macro
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm/
cacheflush.h 74 #define flush_cache_vmap(start, end) flush_cache_all()
75 #define flush_cache_vunmap(start, end) flush_cache_all()
81 #define flush_cache_all() __cpuc_flush_kern_all() macro
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm/
cacheflush.h 74 #define flush_cache_vmap(start, end) flush_cache_all()
75 #define flush_cache_vunmap(start, end) flush_cache_all()
81 #define flush_cache_all() __cpuc_flush_kern_all() macro

Completed in 245 milliseconds

1 2