| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | sim-core.c | 521 sim_core_read_buffer (SIM_DESC sd, in sim_core_read_buffer() function 706 return sim_core_read_buffer (sd, cpu, map, buffer, addr, nr_bytes); in sim_core_xor_read_buffer() 725 if (sim_core_read_buffer (sd, cpu, map, x, stop ^ byte_xor, nr_this_transfer) in sim_core_xor_read_buffer() 737 if (sim_core_read_buffer (sd, cpu, map, x, stop ^ byte_xor, nr_this_transfer) in sim_core_xor_read_buffer() 779 if (sim_core_read_buffer (sd, cpu, map, x, stop ^ byte_xor, nr_this_transfer) in sim_core_xor_write_buffer() 791 if (sim_core_read_buffer (sd, cpu, map, x, stop ^ byte_xor, nr_this_transfer) in sim_core_xor_write_buffer()
|
| D | sim-hrw.c | 33 return sim_core_read_buffer (sd, NULL, read_map, in sim_read()
|
| D | dv-core.c | 99 return sim_core_read_buffer (hw_system (me), in dv_core_dma_read_buffer_callback()
|
| D | cgen-trace.c | 349 length_read = sim_core_read_buffer (sd, cpu, read_map, myaddr, memaddr, in sim_disasm_read_memory() 409 length = sim_core_read_buffer (sd, cpu, read_map, &insn_buf, pc, in sim_cgen_disassemble_insn()
|
| D | sim-syscall.c | 42 return sim_core_read_buffer (sd, cpu, read_map, buf, taddr, bytes); in sim_syscall_read_mem()
|
| D | sim-core.h | 173 extern unsigned sim_core_read_buffer
|
| D | sim-events.c | 879 int nr_read = sim_core_read_buffer (sd, NULL, to_do->core_map, &word, \ in sim_watch_valid()
|
| D | sim-trace.c | 894 sim_core_read_buffer (CPU_STATE (cpu), cpu, NULL_CIA, myaddr, memaddr, length); in dis_read()
|
| D | ChangeLog-2021 | 1430 (sim_core_read_buffer): Delete WITH_DEVICES logic. 1442 * sim-core.c (sim_core_read_buffer): Move cia decl to top of func. 1860 * sim-core.c (sim_core_read_buffer, sim_core_write_buffer): Likewise. 2680 * sim-core.c (sim_core_read_buffer): Change raddr to address_word. 3684 conditions for sim_core_read_buffer(). 4138 * sim-core.c (sim_core_read_buffer): Pass sd to device_io_read_buffer. 4154 * sim-core.c (sim_core_read_buffer): Handle NULL cpu when WITH_DEVICES. 4681 sim_core_detach, sim_core_read_buffer, sim_core_write_buffer, 4986 (sim_core_read_buffer, sim_core_write_buffer): Call 7052 sim_core_read_buffer. Check nr-bytes transfered. [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/sim/lm32/ |
| D | sim-if.c | 129 if (sim_core_read_buffer (sd, NULL, read_map, &c, LM32_DEVICE_ADDR, 1) == 0) in sim_open() 145 if (sim_core_read_buffer (sd, NULL, read_map, &c, STATE_START_ADDR (sd), 1) in sim_open()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/cris/ |
| D | crisv10f.c | 85 if (sim_core_read_buffer (sd, in MY()
|
| D | crisv32f.c | 615 if (sim_core_read_buffer (sd, in MY()
|
| D | sim-if.c | 891 if (sim_core_read_buffer (sd, NULL, read_map, &c, startmem, 1) == 0) in sim_open()
|
| D | traps.c | 2109 if (sim_core_read_buffer (sd, current_cpu, read_map, buf, in cris_break_13_handler()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/frv/ |
| D | sim-if.c | 94 if (sim_core_read_buffer (sd, NULL, read_map, &c, 4, 1) == 0) in sim_open()
|
| D | traps.c | 96 return sim_core_read_buffer (sd, cpu, read_map, buf, taddr, bytes); in syscall_read_mem()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/m32r/ |
| D | sim-if.c | 101 if (sim_core_read_buffer (sd, NULL, read_map, &c, 4, 1) == 0) in sim_open()
|
| D | traps.c | 740 if (sim_core_read_buffer (sd, NULL, read_map, &c, result, 1) == 0) in m32r_trap() 782 if (sim_core_read_buffer (sd, NULL, read_map, &c, result, 1) == 0) in m32r_trap()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/m68hc11/ |
| D | m68hc11-sim.h | 296 if (sim_core_read_buffer (CPU_STATE (cpu), cpu, 0, &val, addr, 1) != 1) in memory_read8() 319 if (sim_core_read_buffer (CPU_STATE (cpu), cpu, 0, b, addr, 2) != 2) in memory_read16()
|
| D | dv-m68hc11.c | 854 return sim_core_read_buffer (sd, cpu, space, dest, in m68hc11cpu_io_read_buffer() 860 result = sim_core_read_buffer (sd, cpu, in m68hc11cpu_io_read_buffer()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/moxie/ |
| D | interp.c | 942 sim_core_read_buffer (sd, scpu, read_map, fname, in sim_engine_run() 966 sim_core_read_buffer (sd, scpu, read_map, str, in sim_engine_run() 977 sim_core_read_buffer (sd, scpu, read_map, fname, in sim_engine_run()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/bfin/ |
| D | bfin-sim.h | 335 __cnt = sim_core_read_buffer (CPU_STATE(cpu), cpu, map, \
|
| D | interp.c | 705 if (sim_core_read_buffer (sd, NULL, read_map, &c, 4, 1) == 0) in sim_open()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ |
| D | README-HACKING | 189 return sim_core_read_buffer (sd, cpu, read_map, buf, taddr, bytes);
|
| /netbsd/src/external/gpl3/gdb/dist/sim/mcore/ |
| D | ChangeLog-2021 | 356 (syscall_read_mem): Change memcpy to sim_core_read_buffer.
|