HomeSort by: relevance | last modified time | path
    Searched refs:icache (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/sim/mn10300/
local.mk 31 %D%/icache.o \
63 %D%/icache.h \
71 %D%/icache.h \
72 %D%/icache.c \
109 -n icache.h -hc %D%/icache.h \
110 -n icache.c -c %D%/icache.c \
  /src/external/gpl3/gdb.old/dist/sim/v850/
local.mk 33 %D%/icache.o \
58 %D%/icache.h \
66 %D%/icache.h \
67 %D%/icache.c \
101 -n icache.h -hc %D%/icache.h \
102 -n icache.c -c %D%/icache.c \
  /src/external/gpl3/gdb/dist/sim/mn10300/
local.mk 31 %D%/icache.o \
63 %D%/icache.h \
71 %D%/icache.h \
72 %D%/icache.c \
109 -n icache.h -hc %D%/icache.h \
110 -n icache.c -c %D%/icache.c \
  /src/external/gpl3/gdb/dist/sim/v850/
local.mk 33 %D%/icache.o \
58 %D%/icache.h \
66 %D%/icache.h \
67 %D%/icache.c \
101 -n icache.h -hc %D%/icache.h \
102 -n icache.c -c %D%/icache.c \
  /src/external/gpl3/gdb.old/dist/sim/igen/
igen.h 86 int icache; member in struct:_igen_gen_options
122 igen_module icache; member in struct:_igen_module_options
231 options.module.icache = options.module.global; \
239 options.module.icache.suffix.l = "icache"; \
240 options.module.icache.suffix.u = "ICACHE"; \
gen-semantics.c 36 #include "gen-icache.h"
127 (options.gen.icache ? "icache" : "semantic"), name);
129 else if (options.gen.icache)
153 if (!options.gen.icache)
334 (options.gen.icache
351 (options.gen.icache
gen-engine.c 36 #include "gen-icache.h"
72 <icache> X <smp>
85 if (options.gen.icache)
87 lf_printf (file, "/* flush the icache of a possible break insn */\n");
130 if (!options.gen.icache)
218 /* CASE 2: SMP (With or without ICACHE)\n\
242 if (!options.gen.icache)
252 if (options.gen.icache)
igen.c 39 #include "gen-icache.h"
58 if (options.gen.icache || nr_prefetched_words < 0)
96 if (options.gen.icache || nr_prefetched_words < 0)
249 nr += lf_printf (file, "%s", options.module.icache.prefix.l);
697 if (options.gen.code == generate_calls && options.gen.icache)
725 if (options.gen.code == generate_calls && options.gen.icache)
731 lf_printf (file, "#include \"icache.h\"\n");
793 if (options.gen.icache)
795 ERROR ("FIXME - idecode with icache suffering from bit-rot");
844 if (!options.gen.icache)
    [all...]
  /src/external/gpl3/gdb/dist/sim/igen/
igen.h 86 int icache; member in struct:_igen_gen_options
122 igen_module icache; member in struct:_igen_module_options
231 options.module.icache = options.module.global; \
239 options.module.icache.suffix.l = "icache"; \
240 options.module.icache.suffix.u = "ICACHE"; \
gen-semantics.c 36 #include "gen-icache.h"
127 (options.gen.icache ? "icache" : "semantic"), name);
129 else if (options.gen.icache)
153 if (!options.gen.icache)
334 (options.gen.icache
351 (options.gen.icache
gen-engine.c 36 #include "gen-icache.h"
72 <icache> X <smp>
85 if (options.gen.icache)
87 lf_printf (file, "/* flush the icache of a possible break insn */\n");
130 if (!options.gen.icache)
218 /* CASE 2: SMP (With or without ICACHE)\n\
242 if (!options.gen.icache)
252 if (options.gen.icache)
igen.c 39 #include "gen-icache.h"
58 if (options.gen.icache || nr_prefetched_words < 0)
96 if (options.gen.icache || nr_prefetched_words < 0)
249 nr += lf_printf (file, "%s", options.module.icache.prefix.l);
697 if (options.gen.code == generate_calls && options.gen.icache)
725 if (options.gen.code == generate_calls && options.gen.icache)
731 lf_printf (file, "#include \"icache.h\"\n");
793 if (options.gen.icache)
795 ERROR ("FIXME - idecode with icache suffering from bit-rot");
844 if (!options.gen.icache)
    [all...]
  /src/external/gpl3/gdb/dist/sim/ppc/
local.mk 56 %D%/icache.o \
111 %D%/gen-icache.c \
140 %D%/icache.h \
147 %D%/icache.h \
148 %D%/icache.c \
170 -n icache.h -hc %D%/icache.h \
171 -n icache.c -c %D%/icache.c \
cpu.c 60 idecode_cache icache[WITH_IDECODE_CACHE_SIZE]; member in struct:_cpu
295 return &processor->icache[cia / 4 % WITH_IDECODE_CACHE_SIZE];
306 processor->icache[i].address = MASK(0, 63);
  /src/external/gpl3/gdb.old/dist/sim/ppc/
local.mk 56 %D%/icache.o \
111 %D%/gen-icache.c \
140 %D%/icache.h \
147 %D%/icache.h \
148 %D%/icache.c \
170 -n icache.h -hc %D%/icache.h \
171 -n icache.c -c %D%/icache.c \
cpu.c 60 idecode_cache icache[WITH_IDECODE_CACHE_SIZE]; member in struct:_cpu
295 return &processor->icache[cia / 4 % WITH_IDECODE_CACHE_SIZE];
306 processor->icache[i].address = MASK(0, 63);
  /src/sys/arch/ofppc/ofppc/
cpu.c 152 uint32_t dcache=0, icache=0, dline=0, iline=0; local
154 OF_getprop(node, "i-cache-size", &icache, sizeof(icache));
160 cpu_print_cache_config(icache, iline);
163 cpu_print_cache_config(icache, iline);
  /src/external/gpl3/gdb/lib/libsim/
Makefile 13 tree.c device_table.c itable.c mon.c icache.c semantics.c idecode.c \
64 -n icache.h -hc tmp-icache.h \
65 -n icache.c -c tmp-icache.c \
76 IGENED_FILES= icache.h icache.c idecode.h idecode.c semantics.h semantics.c \
78 IGENSRCS= igen.c table.c lf.c misc.c filter_host.c ld-decode.c ld-cache.c filter.c ld-insn.c gen-model.c gen-itable.c gen-icache.c gen-semantics.c gen-idecode.c gen-support.c lf-ppc.c dumpf.c filter-ppc.c
87 ${MIC} tmp-icache.h icache.
    [all...]
  /src/external/gpl3/gdb.old/lib/libsim/
Makefile 13 tree.c device_table.c itable.c mon.c icache.c semantics.c idecode.c \
64 -n icache.h -hc tmp-icache.h \
65 -n icache.c -c tmp-icache.c \
76 IGENED_FILES= icache.h icache.c idecode.h idecode.c semantics.h semantics.c \
78 IGENSRCS= igen.c table.c lf.c misc.c filter_host.c ld-decode.c ld-cache.c filter.c ld-insn.c gen-model.c gen-itable.c gen-icache.c gen-semantics.c gen-idecode.c gen-support.c lf-ppc.c dumpf.c filter-ppc.c
87 ${MIC} tmp-icache.h icache.
    [all...]
  /src/sys/arch/aarch64/aarch64/
cpufunc.c 73 cunit = &cacheinfo[level].icache;
199 /* calculate L1 icache virtual index size */
200 if ((cinfo[0].icache.cache_type == CACHE_TYPE_VIVT ||
201 cinfo[0].icache.cache_type == CACHE_TYPE_VIPT) &&
206 cinfo[0].icache.cache_size /
207 cinfo[0].icache.cache_ways;
236 cunit = &cinfo[level].icache;
245 cunit = &cinfo[level].icache;
454 /* Icache sync op */
456 /* Icache invalidation to the PoU is not required *
    [all...]
  /src/sys/arch/acorn32/doc/
bootoptions 65 icache Enable instruction cache
  /src/external/gpl3/gdb.old/dist/sim/mips/
local.mk 31 %D%/icache.o \
104 %D%/icache.h \
105 %D%/icache.c \
224 -n icache.h -hc %D%/icache.h \
225 -n icache.c -c %D%/icache.c \
  /src/external/gpl3/gdb/dist/sim/mips/
local.mk 31 %D%/icache.o \
104 %D%/icache.h \
105 %D%/icache.c \
224 -n icache.h -hc %D%/icache.h \
225 -n icache.c -c %D%/icache.c \
  /src/external/gpl3/autoconf/dist/bin/
autom4te.in 63 my $icache;
385 $icache = "$cache/requests";
982 $icache_file = new Autom4te::XFile $icache, O_RDWR|O_CREAT;
990 if -f $icache && mtime ($icache) > mtime ($0);
  /src/sys/arch/aarch64/include/
cpu.h 98 struct aarch64_cache_unit icache; member in struct:aarch64_cache_info

Completed in 66 milliseconds

1 2