Searched refs:icache (Results 1 - 25 of 40) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/lib/
H A Dinet_proto.c28 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;
H A Dll_map.c137 static int icache; local
143 if (icache && strcmp(name, ncache) == 0)
144 return icache;
148 icache = im->index;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dfreefs.c20 static void ext2fs_free_inode_cache(struct ext2_inode_cache *icache);
53 if (fs->icache)
54 ext2fs_free_inode_cache(fs->icache);
99 static void ext2fs_free_inode_cache(struct ext2_inode_cache *icache) argument
101 if (--icache->refcount)
103 if (icache->buffer)
104 ext2fs_free_mem(&icache->buffer);
105 if (icache->cache)
106 ext2fs_free_mem(&icache->cache);
107 icache
[all...]
H A Dinode.c57 * This routine flushes the icache, if it exists.
63 if (!fs->icache)
66 for (i=0; i < fs->icache->cache_size; i++)
67 fs->icache->cache[i].ino = 0;
69 fs->icache->buffer_blk = 0;
77 if (fs->icache)
79 retval = ext2fs_get_mem(sizeof(struct ext2_inode_cache), &fs->icache);
83 memset(fs->icache, 0, sizeof(struct ext2_inode_cache));
84 retval = ext2fs_get_mem(fs->blocksize, &fs->icache->buffer);
86 ext2fs_free_mem(&fs->icache);
[all...]
H A Ddupfs.c44 if (fs->icache)
45 fs->icache->refcount++;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mm/
H A Dc-bcm4710.c160 * If there's no context yet, or the page isn't executable, no icache
246 if (mips_cpu.icache.flags | MIPS_CACHE_VTAG_CACHE) {
257 mips_cpu.icache.flags = 0;
265 mips_cpu.icache.linesz = ic_lsize;
271 if(!mips_cpu.icache.ways) mips_cpu.icache.ways = 1;
272 mips_cpu.icache.sets =
273 (icache_size / ic_lsize) / mips_cpu.icache.ways;
278 mips_cpu.icache.linesz = 2 << lsize;
280 mips_cpu.icache
[all...]
H A Dc-mips32.c294 * If there's no context yet, or the page isn't executable, no icache
410 if (mips_cpu.icache.flags | MIPS_CACHE_VTAG_CACHE) {
421 mips_cpu.icache.flags = 0;
429 mips_cpu.icache.linesz = ic_lsize;
435 if(!mips_cpu.icache.ways) mips_cpu.icache.ways = 1;
436 mips_cpu.icache.sets =
437 (icache_size / ic_lsize) / mips_cpu.icache.ways;
442 mips_cpu.icache.linesz = 2 << lsize;
444 mips_cpu.icache
[all...]
H A Dc-tx39.c30 #define icache_lsize mips_cpu.icache.linesz
48 /* disable icache (set ICE#) */
52 /* invalidate icache */
84 /* disable icache (set ICE#) */
114 /* disable icache (set ICE#) */
237 /* disable icache (set ICE#) */
322 if (mips_cpu.icache.ways == 0)
323 mips_cpu.icache.ways = 1;
326 mips_cpu.icache.sets =
327 icache_size / mips_cpu.icache
[all...]
H A Dc-tx49.c36 #define ic_lsize mips_cpu.icache.linesz
67 /* disable icache (set ICE#) */
81 /* disable icache (set ICE#) */
101 /* disable icache (set ICE#) */
122 /* disable icache (set ICE#) */
281 * know the virtual address, so we have to blast away the whole icache
388 if (mips_cpu.icache.ways == 0)
389 mips_cpu.icache.ways = 1;
392 mips_cpu.icache.sets =
393 icache_size / mips_cpu.icache
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/mm/
H A Dc-mips64.c299 * If there's no context yet, or the page isn't executable, no icache
418 if (mips_cpu.icache.flags | MIPS_CACHE_VTAG_CACHE) {
430 mips_cpu.icache.flags = 0;
438 mips_cpu.icache.linesz = ic_lsize;
444 if(!mips_cpu.icache.ways) mips_cpu.icache.ways = 1;
445 mips_cpu.icache.sets =
446 (icache_size / ic_lsize) / mips_cpu.icache.ways;
451 mips_cpu.icache.linesz = 2 << lsize;
453 mips_cpu.icache
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dcpu-multi32.h94 } icache; member in struct:processor
147 #define cpu_icache_invalidate_range(s,e) processor.icache.invalidate_range(s,e)
148 #define cpu_icache_invalidate_page(vp) processor.icache.invalidate_page(vp)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dcpu-multi32.h94 } icache; member in struct:processor
147 #define cpu_icache_invalidate_range(s,e) processor.icache.invalidate_range(s,e)
148 #define cpu_icache_invalidate_page(vp) processor.icache.invalidate_page(vp)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dbcm4710_cache.h18 unsigned long waystep = icache_size/mips_cpu.icache.ways;
21 for (way = 0; way < mips_cpu.icache.ways; way++)
217 unsigned long waystep = icache_size/mips_cpu.icache.ways;
220 for (way = 0; way < mips_cpu.icache.ways; way++) {
H A Dmips32_cache.h10 unsigned long waystep = icache_size/mips_cpu.icache.ways;
13 for (way = 0; way < mips_cpu.icache.ways; way++)
248 unsigned long waystep = icache_size/mips_cpu.icache.ways;
251 for (way = 0; way < mips_cpu.icache.ways; way++) {
H A Dr4kcache.h201 unsigned long end = (start + mips_cpu.icache.sets * mips_cpu.icache.linesz);
206 for (way = 0; way < mips_cpu.icache.ways; way++)
383 unsigned long end = (start + mips_cpu.icache.sets * mips_cpu.icache.linesz);
388 for (way = 0; way < mips_cpu.icache.ways; way++)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dmips64_cache.h10 unsigned long waystep = icache_size/mips_cpu.icache.ways;
13 for (way = 0; way < mips_cpu.icache.ways; way++)
223 unsigned long waystep = icache_size/mips_cpu.icache.ways;
226 for (way = 0; way < mips_cpu.icache.ways; way++) {
H A Dr4kcache.h201 unsigned long end = (start + mips_cpu.icache.sets * mips_cpu.icache.linesz);
206 for (way = 0; way < mips_cpu.icache.ways; way++)
383 unsigned long end = (start + mips_cpu.icache.sets * mips_cpu.icache.linesz);
388 for (way = 0; way < mips_cpu.icache.ways; way++)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dbcm4710_cache.h19 unsigned long waystep = icache_size/mips_cpu.icache.ways;
22 for (way = 0; way < mips_cpu.icache.ways; way++)
218 unsigned long waystep = icache_size/mips_cpu.icache.ways;
221 for (way = 0; way < mips_cpu.icache.ways; way++) {
H A Dmips32_cache.h10 unsigned long waystep = icache_size/mips_cpu.icache.ways;
13 for (way = 0; way < mips_cpu.icache.ways; way++)
248 unsigned long waystep = icache_size/mips_cpu.icache.ways;
251 for (way = 0; way < mips_cpu.icache.ways; way++) {
H A Dr4kcache.h201 unsigned long end = (start + mips_cpu.icache.sets * mips_cpu.icache.linesz);
206 for (way = 0; way < mips_cpu.icache.ways; way++)
383 unsigned long end = (start + mips_cpu.icache.sets * mips_cpu.icache.linesz);
388 for (way = 0; way < mips_cpu.icache.ways; way++)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dmips64_cache.h10 unsigned long waystep = icache_size/mips_cpu.icache.ways;
13 for (way = 0; way < mips_cpu.icache.ways; way++)
223 unsigned long waystep = icache_size/mips_cpu.icache.ways;
226 for (way = 0; way < mips_cpu.icache.ways; way++) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dbcm4710_cache.h18 unsigned long waystep = icache_size/mips_cpu.icache.ways;
21 for (way = 0; way < mips_cpu.icache.ways; way++)
217 unsigned long waystep = icache_size/mips_cpu.icache.ways;
220 for (way = 0; way < mips_cpu.icache.ways; way++) {
H A Dmips32_cache.h10 unsigned long waystep = icache_size/mips_cpu.icache.ways;
13 for (way = 0; way < mips_cpu.icache.ways; way++)
248 unsigned long waystep = icache_size/mips_cpu.icache.ways;
251 for (way = 0; way < mips_cpu.icache.ways; way++) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dmips32_cache.h10 unsigned long waystep = icache_size/mips_cpu.icache.ways;
13 for (way = 0; way < mips_cpu.icache.ways; way++)
248 unsigned long waystep = icache_size/mips_cpu.icache.ways;
251 for (way = 0; way < mips_cpu.icache.ways; way++) {
H A Dbcm4710_cache.h19 unsigned long waystep = icache_size/mips_cpu.icache.ways;
22 for (way = 0; way < mips_cpu.icache.ways; way++)
218 unsigned long waystep = icache_size/mips_cpu.icache.ways;
221 for (way = 0; way < mips_cpu.icache.ways; way++) {

Completed in 176 milliseconds

12