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

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/cpu/sh5/
H A Dprobe.c42 boot_cpu_data.icache.ways = 4;
43 boot_cpu_data.icache.sets = 256;
44 boot_cpu_data.icache.linesz = L1_CACHE_BYTES;
45 boot_cpu_data.icache.way_incr = (1 << 13);
46 boot_cpu_data.icache.entry_shift = 5;
47 boot_cpu_data.icache.way_size = boot_cpu_data.icache.sets *
48 boot_cpu_data.icache.linesz;
49 boot_cpu_data.icache.entry_mask = 0x1fe0;
50 boot_cpu_data.icache
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/cpu/sh5/
H A Dprobe.c42 boot_cpu_data.icache.ways = 4;
43 boot_cpu_data.icache.sets = 256;
44 boot_cpu_data.icache.linesz = L1_CACHE_BYTES;
45 boot_cpu_data.icache.way_incr = (1 << 13);
46 boot_cpu_data.icache.entry_shift = 5;
47 boot_cpu_data.icache.way_size = boot_cpu_data.icache.sets *
48 boot_cpu_data.icache.linesz;
49 boot_cpu_data.icache.entry_mask = 0x1fe0;
50 boot_cpu_data.icache
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dfreefs.c21 static void ext2fs_free_inode_cache(struct ext2_inode_cache *icache);
46 if (fs->icache)
47 ext2fs_free_inode_cache(fs->icache);
86 static void ext2fs_free_inode_cache(struct ext2_inode_cache *icache) argument
88 if (--icache->refcount)
90 ext2fs_free_mem(&icache->buffer);
91 ext2fs_free_mem(&icache->cache);
92 icache->buffer_blk = 0;
93 ext2fs_free_mem(&icache);
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dfreefs.c21 static void ext2fs_free_inode_cache(struct ext2_inode_cache *icache);
46 if (fs->icache)
47 ext2fs_free_inode_cache(fs->icache);
86 static void ext2fs_free_inode_cache(struct ext2_inode_cache *icache) argument
88 if (--icache->refcount)
90 ext2fs_free_mem(&icache->buffer);
91 ext2fs_free_mem(&icache->cache);
92 icache->buffer_blk = 0;
93 ext2fs_free_mem(&icache);
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dfreefs.c21 static void ext2fs_free_inode_cache(struct ext2_inode_cache *icache);
46 if (fs->icache)
47 ext2fs_free_inode_cache(fs->icache);
86 static void ext2fs_free_inode_cache(struct ext2_inode_cache *icache) argument
88 if (--icache->refcount)
90 ext2fs_free_mem(&icache->buffer);
91 ext2fs_free_mem(&icache->cache);
92 icache->buffer_blk = 0;
93 ext2fs_free_mem(&icache);
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/lib/
H A Dcacheflush.c17 #include <arch/icache.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/lib/
H A Dcacheflush.c17 #include <arch/icache.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/mm/
H A Dcache-shx3.c27 if (boot_cpu_data.dcache.n_aliases || boot_cpu_data.icache.n_aliases) {
30 boot_cpu_data.icache.n_aliases = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/mm/
H A Dcache-shx3.c27 if (boot_cpu_data.dcache.n_aliases || boot_cpu_data.icache.n_aliases) {
30 boot_cpu_data.icache.n_aliases = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/mm/
H A Dc-octeon.c95 * Called to flush the icache on all cores
119 * Flush a range of kernel addresses out of the icache
129 * Flush the icache for a trampoline. These are used for interrupt
188 c->icache.linesz = 2 << ((config1 >> 19) & 7);
189 c->icache.sets = 64 << ((config1 >> 22) & 7);
190 c->icache.ways = 1 + ((config1 >> 16) & 7);
191 c->icache.flags |= MIPS_CACHE_VTAG;
193 c->icache.sets * c->icache.ways * c->icache
[all...]
H A Dc-r4k.c178 unsigned long end = start + current_cpu_data.icache.waysize;
179 unsigned long ws_inc = 1UL << current_cpu_data.icache.waybit;
180 unsigned long ws_end = current_cpu_data.icache.ways <<
181 current_cpu_data.icache.waybit;
207 unsigned long indexmask = current_cpu_data.icache.waysize - 1;
210 unsigned long ws_inc = 1UL << current_cpu_data.icache.waybit;
211 unsigned long ws_end = current_cpu_data.icache.ways <<
212 current_cpu_data.icache.waybit;
729 /* RM7000 erratum #31. The icache is screwed at startup. */
774 c->icache
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/mm/
H A Dc-octeon.c95 * Called to flush the icache on all cores
119 * Flush a range of kernel addresses out of the icache
129 * Flush the icache for a trampoline. These are used for interrupt
188 c->icache.linesz = 2 << ((config1 >> 19) & 7);
189 c->icache.sets = 64 << ((config1 >> 22) & 7);
190 c->icache.ways = 1 + ((config1 >> 16) & 7);
191 c->icache.flags |= MIPS_CACHE_VTAG;
193 c->icache.sets * c->icache.ways * c->icache
[all...]
H A Dc-r4k.c178 unsigned long end = start + current_cpu_data.icache.waysize;
179 unsigned long ws_inc = 1UL << current_cpu_data.icache.waybit;
180 unsigned long ws_end = current_cpu_data.icache.ways <<
181 current_cpu_data.icache.waybit;
207 unsigned long indexmask = current_cpu_data.icache.waysize - 1;
210 unsigned long ws_inc = 1UL << current_cpu_data.icache.waybit;
211 unsigned long ws_end = current_cpu_data.icache.ways <<
212 current_cpu_data.icache.waybit;
729 /* RM7000 erratum #31. The icache is screwed at startup. */
774 c->icache
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/v850/
H A DMakefile.in25 itable.o semantics.o idecode.o icache.o engine.o irun.o support.o \
52 icache.h \
53 icache.c \
90 -n icache.h -hc tmp-icache.h \
91 -n icache.c -c tmp-icache.c \
105 $(SHELL) $(srcdir)/../../move-if-change tmp-icache.h icache.h
106 $(SHELL) $(srcdir)/../../move-if-change tmp-icache
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/mn10300/
H A DMakefile.in22 itable.o semantics.o idecode.o icache.o engine.o irun.o support.o \
55 icache.h \
56 icache.c \
95 -n icache.h -hc tmp-icache.h \
96 -n icache.c -c tmp-icache.c \
110 $(SHELL) $(srcdir)/../../move-if-change tmp-icache.h icache.h
111 $(SHELL) $(srcdir)/../../move-if-change tmp-icache
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/mn10300/
H A DMakefile.in22 itable.o semantics.o idecode.o icache.o engine.o irun.o support.o \
55 icache.h \
56 icache.c \
95 -n icache.h -hc tmp-icache.h \
96 -n icache.c -c tmp-icache.c \
110 $(SHELL) $(srcdir)/../../move-if-change tmp-icache.h icache.h
111 $(SHELL) $(srcdir)/../../move-if-change tmp-icache
[all...]

Completed in 128 milliseconds

123456