Searched refs:hvf_sw_breakpoint (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/sysemu/ |
H A D | hvf.h | 38 struct hvf_sw_breakpoint { struct 42 QTAILQ_ENTRY(hvf_sw_breakpoint) entry; argument 45 struct hvf_sw_breakpoint *hvf_find_sw_breakpoint(CPUState *cpu, 49 int hvf_arch_insert_sw_breakpoint(CPUState *cpu, struct hvf_sw_breakpoint *bp); 50 int hvf_arch_remove_sw_breakpoint(CPUState *cpu, struct hvf_sw_breakpoint *bp);
|
H A D | hvf_int.h | 50 QTAILQ_HEAD(, hvf_sw_breakpoint) hvf_sw_breakpoints;
|
/openbmc/qemu/accel/hvf/ |
H A D | hvf-all.c | 44 struct hvf_sw_breakpoint *hvf_find_sw_breakpoint(CPUState *cpu, vaddr pc) in hvf_find_sw_breakpoint() 46 struct hvf_sw_breakpoint *bp; in hvf_find_sw_breakpoint()
|
H A D | hvf-accel-ops.c | 480 struct hvf_sw_breakpoint *bp; in hvf_insert_breakpoint() 490 bp = g_new(struct hvf_sw_breakpoint, 1); in hvf_insert_breakpoint() 518 struct hvf_sw_breakpoint *bp; in hvf_remove_breakpoint() 557 struct hvf_sw_breakpoint *bp, *next; in hvf_remove_all_breakpoints()
|
/openbmc/qemu/target/i386/hvf/ |
H A D | hvf.c | 707 int hvf_arch_insert_sw_breakpoint(CPUState *cpu, struct hvf_sw_breakpoint *bp) in hvf_arch_insert_sw_breakpoint() 712 int hvf_arch_remove_sw_breakpoint(CPUState *cpu, struct hvf_sw_breakpoint *bp) in hvf_arch_remove_sw_breakpoint()
|
/openbmc/qemu/target/arm/hvf/ |
H A D | hvf.c | 2122 int hvf_arch_insert_sw_breakpoint(CPUState *cpu, struct hvf_sw_breakpoint *bp) in hvf_arch_insert_sw_breakpoint() 2131 int hvf_arch_remove_sw_breakpoint(CPUState *cpu, struct hvf_sw_breakpoint *bp) in hvf_arch_remove_sw_breakpoint()
|