Home | History | Annotate | Download | only in common

Lines Matching defs:sd

38   SIM_DESC sd = (SIM_DESC) sc->p1;
43 return sim_core_read_buffer (sd, cpu, read_map, buf, taddr, bytes);
50 SIM_DESC sd = (SIM_DESC) sc->p1;
55 return sim_core_write_buffer (sd, cpu, write_map, buf, taddr, bytes);
65 SIM_DESC sd = CPU_STATE (cpu);
66 host_callback *cb = STATE_CALLBACK (sd);
79 sc.p1 = sd;
88 sim_engine_abort (sd, cpu, sim_pc_get (cpu), "cb_syscall failed");
107 sim_engine_halt (sd, cpu, NULL, sim_pc_get (cpu), sim_exited, arg1);
114 sim_engine_halt (sd, cpu, NULL, sim_pc_get (cpu), sim_signalled, arg2);