Searched refs:memory_rw_debug (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/gdbstub/ |
| H A D | user-target.c | 236 if (cpu->cc->memory_rw_debug) { in target_memory_rw_debug() 237 return cpu->cc->memory_rw_debug(cpu, addr, buf, len, is_write); in target_memory_rw_debug()
|
| H A D | system.c | 469 if (cpu->cc->memory_rw_debug) { in gdb_target_memory_rw_debug() 470 return cpu->cc->memory_rw_debug(cpu, addr, buf, len, is_write); in gdb_target_memory_rw_debug()
|
| H A D | user.c | 746 if (cpu->cc->memory_rw_debug) { in gdb_target_memory_rw_debug() 747 return cpu->cc->memory_rw_debug(cpu, addr, buf, len, is_write); in gdb_target_memory_rw_debug()
|
| /openbmc/qemu/include/hw/core/ |
| H A D | cpu.h | 160 int (*memory_rw_debug)(CPUState *cpu, vaddr addr, member
|
| /openbmc/qemu/target/sparc/ |
| H A D | cpu.c | 1081 cc->memory_rw_debug = sparc_cpu_memory_rw_debug; in sparc_cpu_class_init()
|