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

1 2

  /src/external/gpl3/gdb/dist/sim/common/
sim-resume.c 69 int next_cpu_nr = sim_engine_next_cpu_nr (sd); local
73 sim_events_preprocess (sd, last_cpu_nr >= nr_cpus, next_cpu_nr >= nr_cpus);
74 if (next_cpu_nr >= nr_cpus)
75 next_cpu_nr = 0;
88 sim_cpu* cpu = STATE_CPU (sd, next_cpu_nr);
93 sim_engine_run (sd, next_cpu_nr, nr_cpus, sig_to_deliver);
cgen-run.c 113 int next_cpu_nr = sim_engine_next_cpu_nr (sd); local
128 sim_events_preprocess (sd, last_cpu_nr >= nr_cpus, next_cpu_nr >= nr_cpus);
129 if (next_cpu_nr >= nr_cpus)
130 next_cpu_nr = 0;
134 engine_run_n (sd, next_cpu_nr, nr_cpus, max_insns, fast_p);
228 engine_run_n (SIM_DESC sd, int next_cpu_nr, int nr_cpus, int max_insns, int fast_p)
236 SIM_ASSERT (next_cpu_nr >= 0 && next_cpu_nr < nr_cpus);
251 while (next_cpu_nr < nr_cpus)
253 SIM_CPU *cpu = STATE_CPU (sd, next_cpu_nr);
    [all...]
sim-run.c 33 int next_cpu_nr, /* ignore */
sim-engine.h 144 int next_cpu_nr,
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-resume.c 69 int next_cpu_nr = sim_engine_next_cpu_nr (sd); local
73 sim_events_preprocess (sd, last_cpu_nr >= nr_cpus, next_cpu_nr >= nr_cpus);
74 if (next_cpu_nr >= nr_cpus)
75 next_cpu_nr = 0;
88 sim_cpu* cpu = STATE_CPU (sd, next_cpu_nr);
93 sim_engine_run (sd, next_cpu_nr, nr_cpus, sig_to_deliver);
cgen-run.c 113 int next_cpu_nr = sim_engine_next_cpu_nr (sd); local
128 sim_events_preprocess (sd, last_cpu_nr >= nr_cpus, next_cpu_nr >= nr_cpus);
129 if (next_cpu_nr >= nr_cpus)
130 next_cpu_nr = 0;
134 engine_run_n (sd, next_cpu_nr, nr_cpus, max_insns, fast_p);
228 engine_run_n (SIM_DESC sd, int next_cpu_nr, int nr_cpus, int max_insns, int fast_p)
236 SIM_ASSERT (next_cpu_nr >= 0 && next_cpu_nr < nr_cpus);
251 while (next_cpu_nr < nr_cpus)
253 SIM_CPU *cpu = STATE_CPU (sd, next_cpu_nr);
    [all...]
sim-run.c 33 int next_cpu_nr, /* ignore */
sim-engine.h 144 int next_cpu_nr,
  /src/external/gpl3/gdb/dist/sim/mips/
m16run.c 35 int next_cpu_nr,
39 sim_cpu *cpu = STATE_CPU (sd, next_cpu_nr);
micromipsrun.c 80 sim_engine_run (SIM_DESC sd, int next_cpu_nr, int nr_cpus,
85 sim_cpu *cpu = STATE_CPU (sd, next_cpu_nr);
  /src/external/gpl3/gdb.old/dist/sim/mips/
m16run.c 35 int next_cpu_nr,
39 sim_cpu *cpu = STATE_CPU (sd, next_cpu_nr);
micromipsrun.c 80 sim_engine_run (SIM_DESC sd, int next_cpu_nr, int nr_cpus,
85 sim_cpu *cpu = STATE_CPU (sd, next_cpu_nr);
  /src/external/gpl3/gdb/dist/sim/example-synacor/
interp.c 45 int next_cpu_nr, /* ignore */
  /src/external/gpl3/gdb/dist/sim/riscv/
interp.c 36 int next_cpu_nr, /* ignore */
  /src/external/gpl3/gdb.old/dist/sim/example-synacor/
interp.c 45 int next_cpu_nr, /* ignore */
  /src/external/gpl3/gdb.old/dist/sim/riscv/
interp.c 36 int next_cpu_nr, /* ignore */
  /src/external/gpl3/gdb/dist/sim/aarch64/
interp.c 388 int next_cpu_nr ATTRIBUTE_UNUSED,
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
interp.c 388 int next_cpu_nr ATTRIBUTE_UNUSED,
  /src/external/gpl3/gdb/dist/sim/microblaze/
interp.c 117 int next_cpu_nr, /* ignore */
  /src/external/gpl3/gdb.old/dist/sim/microblaze/
interp.c 117 int next_cpu_nr, /* ignore */
  /src/external/gpl3/gdb/dist/sim/m68hc11/
interp.c 497 int next_cpu_nr, /* ignore */
  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
interp.c 497 int next_cpu_nr, /* ignore */
  /src/external/gpl3/gdb/dist/sim/cr16/
interp.c 617 int next_cpu_nr, /* ignore */
  /src/external/gpl3/gdb/dist/sim/pru/
interp.c 637 int next_cpu_nr, /* ignore */
  /src/external/gpl3/gdb.old/dist/sim/cr16/
interp.c 617 int next_cpu_nr, /* ignore */

Completed in 35 milliseconds

1 2