Searched refs:cpu_watchpoint_remove_by_ref (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/system/ |
H A D | watchpoint.c | 73 cpu_watchpoint_remove_by_ref(cpu, wp); in cpu_watchpoint_remove() 81 void cpu_watchpoint_remove_by_ref(CPUState *cpu, CPUWatchpoint *watchpoint) in cpu_watchpoint_remove_by_ref() function 97 cpu_watchpoint_remove_by_ref(cpu, wp); in cpu_watchpoint_remove_all()
|
/openbmc/qemu/target/xtensa/ |
H A D | dbg_helper.c | 92 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[i]); in set_dbreak() 136 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[i]); in HELPER()
|
/openbmc/qemu/include/hw/core/ |
H A D | cpu.h | 1135 static inline void cpu_watchpoint_remove_by_ref(CPUState *cpu, in cpu_watchpoint_remove_by_ref() function 1148 void cpu_watchpoint_remove_by_ref(CPUState *cpu, CPUWatchpoint *watchpoint);
|
/openbmc/qemu/target/ppc/ |
H A D | cpu.c | 148 cpu_watchpoint_remove_by_ref(cs, env->dawr0_watchpoint); in ppc_update_daw0()
|
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | bpt_helper.c | 113 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[index]); in hw_breakpoint_remove()
|
/openbmc/qemu/target/riscv/ |
H A D | debug.c | 522 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[index]); in type2_breakpoint_remove()
|
/openbmc/qemu/target/arm/ |
H A D | debug_helper.c | 557 cpu_watchpoint_remove_by_ref(CPU(cpu), env->cpu_watchpoint[n]); in hw_watchpoint_update()
|