Home
last modified time | relevance | path

Searched refs:cpu_breakpoint_remove_by_ref (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/xtensa/
H A Ddbg_helper.c48 cpu_breakpoint_remove_by_ref(cs, env->cpu_breakpoint[i]); in HELPER()
61 cpu_breakpoint_remove_by_ref(cs, env->cpu_breakpoint[i]); in HELPER()
/openbmc/qemu/
H A Dcpu-common.c431 cpu_breakpoint_remove_by_ref(cpu, bp); in cpu_breakpoint_remove()
439 void cpu_breakpoint_remove_by_ref(CPUState *cpu, CPUBreakpoint *bp) in cpu_breakpoint_remove_by_ref() function
454 cpu_breakpoint_remove_by_ref(cpu, bp); in cpu_breakpoint_remove_all()
/openbmc/qemu/target/ppc/
H A Dcpu.c118 cpu_breakpoint_remove_by_ref(cs, env->ciabr_breakpoint); in ppc_update_ciabr()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dbpt_helper.c105 cpu_breakpoint_remove_by_ref(cs, env->cpu_breakpoint[index]); in hw_breakpoint_remove()
/openbmc/qemu/include/hw/core/
H A Dcpu.h1104 void cpu_breakpoint_remove_by_ref(CPUState *cpu, CPUBreakpoint *breakpoint);
/openbmc/qemu/target/riscv/
H A Ddebug.c517 cpu_breakpoint_remove_by_ref(cs, env->cpu_breakpoint[index]); in type2_breakpoint_remove()
/openbmc/qemu/target/arm/
H A Ddebug_helper.c663 cpu_breakpoint_remove_by_ref(CPU(cpu), env->cpu_breakpoint[n]); in hw_breakpoint_update()