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

  /system/extras/tests/icachetest/
Android.mk 6 LOCAL_SRC_FILES:= icache_main.c icache.S icache2.S
10 LOCAL_MODULE:= icache
  /external/e2fsprogs/lib/ext2fs/
freefs.c 20 static void ext2fs_free_inode_cache(struct ext2_inode_cache *icache);
53 if (fs->icache)
54 ext2fs_free_inode_cache(fs->icache);
64 static void ext2fs_free_inode_cache(struct ext2_inode_cache *icache)
66 if (--icache->refcount)
68 if (icache->buffer)
69 ext2fs_free_mem(&icache->buffer);
70 if (icache->cache)
71 ext2fs_free_mem(&icache->cache);
72 icache->buffer_blk = 0
    [all...]
inode.c 58 * This routine flushes the icache, if it exists.
64 if (!fs->icache)
67 for (i=0; i < fs->icache->cache_size; i++)
68 fs->icache->cache[i].ino = 0;
70 fs->icache->buffer_blk = 0;
78 if (fs->icache)
80 retval = ext2fs_get_mem(sizeof(struct ext2_inode_cache), &fs->icache);
84 memset(fs->icache, 0, sizeof(struct ext2_inode_cache));
85 retval = ext2fs_get_mem(fs->blocksize, &fs->icache->buffer);
87 ext2fs_free_mem(&fs->icache);
    [all...]
dupfs.c 44 if (fs->icache)
45 fs->icache->refcount++;
ext2fs.h 240 struct ext2_inode_cache *icache; member in struct:struct_ext2_filsys
    [all...]
  /external/iproute2/lib/
inet_proto.c 28 static int icache = -1; local
31 if (proto == icache)
36 icache = proto;
48 static int icache = -1; local
51 if (icache>=0 && strcmp(ncache, buf) == 0)
52 return icache;
63 icache = pe->p_proto;
ll_map.c 168 static int icache; local
176 if (icache && strcmp(name, ncache) == 0)
177 return icache;
182 icache = im->index;
  /bionic/libc/kernel/arch-mips/asm/
cpu-info.h 52 struct cache_desc icache; member in struct:cpuinfo_mips
cpu-features.h 115 #define cpu_has_vtag_icache (cpu_data[0].icache.flags & MIPS_CACHE_VTAG)
122 #define cpu_has_ic_fills_f_dc (cpu_data[0].icache.flags & MIPS_CACHE_IC_F_DC)
199 #define cpu_icache_line_size() cpu_data[0].icache.linesz
  /development/ndk/platforms/android-9/arch-mips/include/asm/
cpu-info.h 52 struct cache_desc icache; member in struct:cpuinfo_mips
cpu-features.h 115 #define cpu_has_vtag_icache (cpu_data[0].icache.flags & MIPS_CACHE_VTAG)
122 #define cpu_has_ic_fills_f_dc (cpu_data[0].icache.flags & MIPS_CACHE_IC_F_DC)
199 #define cpu_icache_line_size() cpu_data[0].icache.linesz
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
cpu-info.h 52 struct cache_desc icache; member in struct:cpuinfo_mips
cpu-features.h 115 #define cpu_has_vtag_icache (cpu_data[0].icache.flags & MIPS_CACHE_VTAG)
122 #define cpu_has_ic_fills_f_dc (cpu_data[0].icache.flags & MIPS_CACHE_IC_F_DC)
199 #define cpu_icache_line_size() cpu_data[0].icache.linesz
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
cpu-info.h 52 struct cache_desc icache; member in struct:cpuinfo_mips
cpu-features.h 115 #define cpu_has_vtag_icache (cpu_data[0].icache.flags & MIPS_CACHE_VTAG)
122 #define cpu_has_ic_fills_f_dc (cpu_data[0].icache.flags & MIPS_CACHE_IC_F_DC)
199 #define cpu_icache_line_size() cpu_data[0].icache.linesz
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
cpu-info.h 52 struct cache_desc icache; member in struct:cpuinfo_mips
cpu-features.h 115 #define cpu_has_vtag_icache (cpu_data[0].icache.flags & MIPS_CACHE_VTAG)
122 #define cpu_has_ic_fills_f_dc (cpu_data[0].icache.flags & MIPS_CACHE_IC_F_DC)
199 #define cpu_icache_line_size() cpu_data[0].icache.linesz
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
cpu-info.h 52 struct cache_desc icache; member in struct:cpuinfo_mips
cpu-features.h 115 #define cpu_has_vtag_icache (cpu_data[0].icache.flags & MIPS_CACHE_VTAG)
122 #define cpu_has_ic_fills_f_dc (cpu_data[0].icache.flags & MIPS_CACHE_IC_F_DC)
199 #define cpu_icache_line_size() cpu_data[0].icache.linesz
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
cpu-info.h 52 struct cache_desc icache; member in struct:cpuinfo_mips
cpu-features.h 115 #define cpu_has_vtag_icache (cpu_data[0].icache.flags & MIPS_CACHE_VTAG)
122 #define cpu_has_ic_fills_f_dc (cpu_data[0].icache.flags & MIPS_CACHE_IC_F_DC)
199 #define cpu_icache_line_size() cpu_data[0].icache.linesz
  /external/kernel-headers/original/asm-mips/
cpu-features.h 93 #define cpu_has_vtag_icache (cpu_data[0].icache.flags & MIPS_CACHE_VTAG)
99 #define cpu_has_ic_fills_f_dc (cpu_data[0].icache.flags & MIPS_CACHE_IC_F_DC)
118 #define cpu_icache_snoops_remote_store (cpu_data[0].icache.flags & MIPS_IC_SNOOPS_REMOTE)
213 #define cpu_icache_line_size() cpu_data[0].icache.linesz
cpu-info.h 53 struct cache_desc icache; /* Primary I-cache */ member in struct:cpuinfo_mips
  /external/oprofile/events/i386/atom/
events 62 event:0x80 counters:0,1 um:icache minimum:6000 name:ICACHE : Instruction cache accesses
unit_masks 42 name:icache type:bitmask default:0x03
44 0x02 misses Icache miss

Completed in 499 milliseconds