Home
last modified time | relevance | path

Searched refs:hvf_arch_remove_sw_breakpoint (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Dhvf.h50 int hvf_arch_remove_sw_breakpoint(CPUState *cpu, struct hvf_sw_breakpoint *bp);
/openbmc/qemu/accel/hvf/
H A Dhvf-accel-ops.c526 err = hvf_arch_remove_sw_breakpoint(cpu, bp); in hvf_remove_breakpoint()
555 if (hvf_arch_remove_sw_breakpoint(cpu, bp) != 0) { in hvf_remove_all_breakpoints()
559 if (hvf_arch_remove_sw_breakpoint(tmpcpu, bp) == 0) { in hvf_remove_all_breakpoints()
/openbmc/qemu/target/i386/hvf/
H A Dhvf.c708 int hvf_arch_remove_sw_breakpoint(CPUState *cpu, struct hvf_sw_breakpoint *bp) in hvf_arch_remove_sw_breakpoint() function
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c2068 int hvf_arch_remove_sw_breakpoint(CPUState *cpu, struct hvf_sw_breakpoint *bp) in hvf_arch_remove_sw_breakpoint() function