Home
last modified time | relevance | path

Searched refs:hvf_sw_breakpoint (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Dhvf.h38 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 Dhvf_int.h50 QTAILQ_HEAD(, hvf_sw_breakpoint) hvf_sw_breakpoints;
/openbmc/qemu/accel/hvf/
H A Dhvf-all.c44 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 Dhvf-accel-ops.c480 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 Dhvf.c707 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 Dhvf.c2122 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()