Searched refs:hvf_arch_remove_sw_breakpoint (Results 1 – 4 of 4) sorted by relevance
50 int hvf_arch_remove_sw_breakpoint(CPUState *cpu, struct hvf_sw_breakpoint *bp);
526 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()
708 int hvf_arch_remove_sw_breakpoint(CPUState *cpu, struct hvf_sw_breakpoint *bp) in hvf_arch_remove_sw_breakpoint() function
2068 int hvf_arch_remove_sw_breakpoint(CPUState *cpu, struct hvf_sw_breakpoint *bp) in hvf_arch_remove_sw_breakpoint() function