Home
last modified time | relevance | path

Searched refs:CPUBreakpoint (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/include/exec/
H A Dbreakpoint.h15 typedef struct CPUBreakpoint { struct
18 QTAILQ_ENTRY(CPUBreakpoint) entry; argument
19 } CPUBreakpoint; typedef
/openbmc/qemu/
H A Dcpu-common.c393 CPUBreakpoint **breakpoint) in cpu_breakpoint_insert()
395 CPUBreakpoint *bp; in cpu_breakpoint_insert()
424 CPUBreakpoint *bp; in cpu_breakpoint_remove()
440 void cpu_breakpoint_remove_by_ref(CPUState *cpu, CPUBreakpoint *bp) in cpu_breakpoint_remove_by_ref()
451 CPUBreakpoint *bp, *next; in cpu_breakpoint_remove_all()
/openbmc/qemu/include/hw/core/
H A Dcpu.h531 QTAILQ_HEAD(, CPUBreakpoint) breakpoints;
1151 CPUBreakpoint **breakpoint);
1153 void cpu_breakpoint_remove_by_ref(CPUState *cpu, CPUBreakpoint *breakpoint);
1159 CPUBreakpoint *bp;
/openbmc/qemu/target/xtensa/
H A Dcpu.h551 struct CPUBreakpoint *cpu_breakpoint[MAX_NIBREAK];
/openbmc/qemu/linux-user/
H A Dmain.c240 CPUBreakpoint *bp; in cpu_copy()
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c296 CPUBreakpoint *bp; in check_for_breakpoints_slow()
/openbmc/qemu/target/riscv/
H A Dcpu.h457 struct CPUBreakpoint *cpu_breakpoint[RV_MAX_TRIGGERS];
H A Ddebug.c945 CPUBreakpoint *bp; in riscv_cpu_debug_check_breakpoint()
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c1144 CPUBreakpoint *bp; in whpx_translate_cpu_breakpoints()
1330 CPUBreakpoint *bp; in whpx_first_vcpu_starting()
/openbmc/qemu/target/i386/
H A Dcpu.h2033 struct CPUBreakpoint *cpu_breakpoint[4];
/openbmc/qemu/target/arm/
H A Dcpu.h756 struct CPUBreakpoint *cpu_breakpoint[16];
/openbmc/qemu/target/ppc/
H A Dcpu.h1323 struct CPUBreakpoint *ciabr_breakpoint;