Searched refs:cpu_watchpoint_remove_all (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/system/ |
H A D | watchpoint.c | 91 void cpu_watchpoint_remove_all(CPUState *cpu, int mask) in cpu_watchpoint_remove_all() function
|
/openbmc/qemu/accel/tcg/ |
H A D | tcg-accel-ops.c | 196 cpu_watchpoint_remove_all(cpu, BP_GDB); in tcg_remove_all_breakpoints()
|
/openbmc/qemu/include/hw/core/ |
H A D | cpu.h | 1140 static inline void cpu_watchpoint_remove_all(CPUState *cpu, int mask) in cpu_watchpoint_remove_all() function 1149 void cpu_watchpoint_remove_all(CPUState *cpu, int mask);
|
/openbmc/qemu/target/s390x/ |
H A D | helper.c | 146 cpu_watchpoint_remove_all(cs, BP_CPU); in s390_cpu_recompute_watchpoints()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | excp_helper.c | 623 cpu_watchpoint_remove_all(cs, BP_CPU); in s390x_cpu_debug_excp_handler()
|
/openbmc/qemu/target/arm/ |
H A D | debug_helper.c | 645 cpu_watchpoint_remove_all(CPU(cpu), BP_CPU); in hw_watchpoint_update_all()
|
/openbmc/qemu/target/i386/ |
H A D | machine.c | 396 cpu_watchpoint_remove_all(cs, BP_CPU); in cpu_post_load()
|
H A D | cpu.c | 7288 cpu_watchpoint_remove_all(cs, BP_CPU); in x86_cpu_reset_hold()
|
/openbmc/qemu/target/ppc/ |
H A D | cpu_init.c | 7244 cpu_watchpoint_remove_all(cs, BP_CPU); in ppc_cpu_reset_hold()
|