Home
last modified time | relevance | path

Searched refs:cpu_breakpoint_remove_all (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dtcg-accel-ops.c195 cpu_breakpoint_remove_all(cpu, BP_GDB); in tcg_remove_all_breakpoints()
/openbmc/qemu/gdbstub/
H A Duser.c458 cpu_breakpoint_remove_all(cpu, BP_GDB); in disable_gdbstub()
751 cpu_breakpoint_remove_all(cs, BP_GDB); in gdb_breakpoint_remove_all()
/openbmc/qemu/
H A Dcpu-common.c448 void cpu_breakpoint_remove_all(CPUState *cpu, int mask) in cpu_breakpoint_remove_all() function
/openbmc/qemu/include/hw/core/
H A Dcpu.h1105 void cpu_breakpoint_remove_all(CPUState *cpu, int mask);
/openbmc/qemu/target/arm/
H A Ddebug_helper.c748 cpu_breakpoint_remove_all(CPU(cpu), BP_CPU); in hw_breakpoint_update_all()
/openbmc/qemu/target/i386/
H A Dmachine.c395 cpu_breakpoint_remove_all(cs, BP_CPU); in cpu_post_load()
H A Dcpu.c7287 cpu_breakpoint_remove_all(cs, BP_CPU); in x86_cpu_reset_hold()
/openbmc/qemu/target/ppc/
H A Dcpu_init.c7235 cpu_breakpoint_remove_all(cs, BP_CPU); in ppc_cpu_reset_hold()