Home
last modified time | relevance | path

Searched refs:cpu_watchpoint_remove_all (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/system/
H A Dwatchpoint.c91 void cpu_watchpoint_remove_all(CPUState *cpu, int mask) in cpu_watchpoint_remove_all() function
/openbmc/qemu/accel/tcg/
H A Dtcg-accel-ops.c196 cpu_watchpoint_remove_all(cpu, BP_GDB); in tcg_remove_all_breakpoints()
/openbmc/qemu/include/hw/core/
H A Dcpu.h1140 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 Dhelper.c146 cpu_watchpoint_remove_all(cs, BP_CPU); in s390_cpu_recompute_watchpoints()
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c623 cpu_watchpoint_remove_all(cs, BP_CPU); in s390x_cpu_debug_excp_handler()
/openbmc/qemu/target/arm/
H A Ddebug_helper.c645 cpu_watchpoint_remove_all(CPU(cpu), BP_CPU); in hw_watchpoint_update_all()
/openbmc/qemu/target/i386/
H A Dmachine.c396 cpu_watchpoint_remove_all(cs, BP_CPU); in cpu_post_load()
H A Dcpu.c7288 cpu_watchpoint_remove_all(cs, BP_CPU); in x86_cpu_reset_hold()
/openbmc/qemu/target/ppc/
H A Dcpu_init.c7244 cpu_watchpoint_remove_all(cs, BP_CPU); in ppc_cpu_reset_hold()