Home
last modified time | relevance | path

Searched refs:CPUBreakpoint (Results 1 – 3 of 3) 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/target/xtensa/
H A Dcpu.h551 struct CPUBreakpoint *cpu_breakpoint[MAX_NIBREAK];
/openbmc/qemu/target/riscv/
H A Ddebug.c945 CPUBreakpoint *bp; in riscv_cpu_debug_check_breakpoint()