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

  /bionic/libc/kernel/arch-mips/asm/
cpu-info.h 54 struct cache_desc dcache; member in struct:cpuinfo_mips
cpu-features.h 119 #define cpu_has_dc_aliases (cpu_data[0].dcache.flags & MIPS_CACHE_ALIASES)
126 #define cpu_has_pindexed_dcache (cpu_data[0].dcache.flags & MIPS_CACHE_PINDEX)
195 #define cpu_dcache_line_size() cpu_data[0].dcache.linesz
  /development/ndk/platforms/android-9/arch-mips/include/asm/
cpu-info.h 54 struct cache_desc dcache; member in struct:cpuinfo_mips
cpu-features.h 119 #define cpu_has_dc_aliases (cpu_data[0].dcache.flags & MIPS_CACHE_ALIASES)
126 #define cpu_has_pindexed_dcache (cpu_data[0].dcache.flags & MIPS_CACHE_PINDEX)
195 #define cpu_dcache_line_size() cpu_data[0].dcache.linesz
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
cpu-info.h 54 struct cache_desc dcache; member in struct:cpuinfo_mips
cpu-features.h 119 #define cpu_has_dc_aliases (cpu_data[0].dcache.flags & MIPS_CACHE_ALIASES)
126 #define cpu_has_pindexed_dcache (cpu_data[0].dcache.flags & MIPS_CACHE_PINDEX)
195 #define cpu_dcache_line_size() cpu_data[0].dcache.linesz
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
cpu-info.h 54 struct cache_desc dcache; member in struct:cpuinfo_mips
cpu-features.h 119 #define cpu_has_dc_aliases (cpu_data[0].dcache.flags & MIPS_CACHE_ALIASES)
126 #define cpu_has_pindexed_dcache (cpu_data[0].dcache.flags & MIPS_CACHE_PINDEX)
195 #define cpu_dcache_line_size() cpu_data[0].dcache.linesz
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
cpu-info.h 54 struct cache_desc dcache; member in struct:cpuinfo_mips
cpu-features.h 119 #define cpu_has_dc_aliases (cpu_data[0].dcache.flags & MIPS_CACHE_ALIASES)
126 #define cpu_has_pindexed_dcache (cpu_data[0].dcache.flags & MIPS_CACHE_PINDEX)
195 #define cpu_dcache_line_size() cpu_data[0].dcache.linesz
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
cpu-info.h 54 struct cache_desc dcache; member in struct:cpuinfo_mips
cpu-features.h 119 #define cpu_has_dc_aliases (cpu_data[0].dcache.flags & MIPS_CACHE_ALIASES)
126 #define cpu_has_pindexed_dcache (cpu_data[0].dcache.flags & MIPS_CACHE_PINDEX)
195 #define cpu_dcache_line_size() cpu_data[0].dcache.linesz
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
cpu-info.h 54 struct cache_desc dcache; member in struct:cpuinfo_mips
cpu-features.h 119 #define cpu_has_dc_aliases (cpu_data[0].dcache.flags & MIPS_CACHE_ALIASES)
126 #define cpu_has_pindexed_dcache (cpu_data[0].dcache.flags & MIPS_CACHE_PINDEX)
195 #define cpu_dcache_line_size() cpu_data[0].dcache.linesz
  /external/kernel-headers/original/asm-mips/
cpu-info.h 54 struct cache_desc dcache; /* Primary D or combined I/D cache */ member in struct:cpuinfo_mips
cpu-features.h 96 #define cpu_has_dc_aliases (cpu_data[0].dcache.flags & MIPS_CACHE_ALIASES)
102 #define cpu_has_pindexed_dcache (cpu_data[0].dcache.flags & MIPS_CACHE_PINDEX)
210 #define cpu_dcache_line_size() cpu_data[0].dcache.linesz
  /external/kernel-headers/original/linux/
inotify.h 68 #include <linux/dcache.h>
fs.h 387 #include <linux/dcache.h>
    [all...]

Completed in 115 milliseconds