Home
last modified time | relevance | path

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

/qemu/accel/tcg/
H A Dtcg-accel-ops.c195 cpu_breakpoint_remove_all(cpu, BP_GDB); in tcg_remove_all_breakpoints()
/qemu/gdbstub/
H A Duser.c456 cpu_breakpoint_remove_all(cpu, BP_GDB); in disable_gdbstub()
749 cpu_breakpoint_remove_all(cs, BP_GDB); in gdb_breakpoint_remove_all()
/qemu/
H A Dcpu-common.c433 void cpu_breakpoint_remove_all(CPUState *cpu, int mask) in cpu_breakpoint_remove_all() function
/qemu/include/hw/core/
H A Dcpu.h1085 void cpu_breakpoint_remove_all(CPUState *cpu, int mask);
/qemu/target/arm/
H A Ddebug_helper.c748 cpu_breakpoint_remove_all(CPU(cpu), BP_CPU); in hw_breakpoint_update_all()
/qemu/target/i386/
H A Dmachine.c395 cpu_breakpoint_remove_all(cs, BP_CPU); in cpu_post_load()
H A Dcpu.c7104 cpu_breakpoint_remove_all(cs, BP_CPU); in x86_cpu_reset_hold()
/qemu/target/ppc/
H A Dcpu_init.c7304 cpu_breakpoint_remove_all(cs, BP_CPU); in ppc_cpu_reset_hold()