Searched refs:cpu_breakpoint_remove_by_ref (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/xtensa/ |
H A D | dbg_helper.c | 48 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 D | cpu-common.c | 431 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 D | cpu.c | 118 cpu_breakpoint_remove_by_ref(cs, env->ciabr_breakpoint); in ppc_update_ciabr()
|
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | bpt_helper.c | 105 cpu_breakpoint_remove_by_ref(cs, env->cpu_breakpoint[index]); in hw_breakpoint_remove()
|
/openbmc/qemu/include/hw/core/ |
H A D | cpu.h | 1104 void cpu_breakpoint_remove_by_ref(CPUState *cpu, CPUBreakpoint *breakpoint);
|
/openbmc/qemu/target/riscv/ |
H A D | debug.c | 517 cpu_breakpoint_remove_by_ref(cs, env->cpu_breakpoint[index]); in type2_breakpoint_remove()
|
/openbmc/qemu/target/arm/ |
H A D | debug_helper.c | 663 cpu_breakpoint_remove_by_ref(CPU(cpu), env->cpu_breakpoint[n]); in hw_breakpoint_update()
|