Home
last modified time | relevance | path

Searched refs:remove_all_breakpoints (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Daccel-ops.h71 void (*remove_all_breakpoints)(CPUState *cpu); member
/openbmc/qemu/accel/kvm/
H A Dkvm-accel-ops.c109 ops->remove_all_breakpoints = kvm_remove_all_breakpoints; in kvm_accel_ops_class_init()
/openbmc/qemu/gdbstub/
H A Dsystem.c662 if (ops->remove_all_breakpoints) { in gdb_breakpoint_remove_all()
663 ops->remove_all_breakpoints(cs); in gdb_breakpoint_remove_all()
/openbmc/qemu/accel/tcg/
H A Dtcg-accel-ops.c222 ops->remove_all_breakpoints = tcg_remove_all_breakpoints; in tcg_accel_ops_init()
/openbmc/qemu/accel/hvf/
H A Dhvf-accel-ops.c594 ops->remove_all_breakpoints = hvf_remove_all_breakpoints; in hvf_accel_ops_class_init()