Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dwatchpoint.c73 cpu_watchpoint_remove_by_ref(cpu, wp); in cpu_watchpoint_remove()
81 void cpu_watchpoint_remove_by_ref(CPUState *cpu, CPUWatchpoint *watchpoint) in cpu_watchpoint_remove_by_ref() function
97 cpu_watchpoint_remove_by_ref(cpu, wp); in cpu_watchpoint_remove_all()
/openbmc/qemu/target/xtensa/
H A Ddbg_helper.c92 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[i]); in set_dbreak()
136 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[i]); in HELPER()
/openbmc/qemu/include/hw/core/
H A Dcpu.h1135 static inline void cpu_watchpoint_remove_by_ref(CPUState *cpu, in cpu_watchpoint_remove_by_ref() function
1148 void cpu_watchpoint_remove_by_ref(CPUState *cpu, CPUWatchpoint *watchpoint);
/openbmc/qemu/target/ppc/
H A Dcpu.c148 cpu_watchpoint_remove_by_ref(cs, env->dawr0_watchpoint); in ppc_update_daw0()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dbpt_helper.c113 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[index]); in hw_breakpoint_remove()
/openbmc/qemu/target/riscv/
H A Ddebug.c522 cpu_watchpoint_remove_by_ref(cs, env->cpu_watchpoint[index]); in type2_breakpoint_remove()
/openbmc/qemu/target/arm/
H A Ddebug_helper.c557 cpu_watchpoint_remove_by_ref(CPU(cpu), env->cpu_watchpoint[n]); in hw_watchpoint_update()