Searched refs:kvm_arch_remove_sw_breakpoint (Results 1 – 3 of 3) sorted by relevance
123 int kvm_arch_remove_sw_breakpoint(CPUState *current_env,
976 err = kvm_arch_remove_sw_breakpoint(current_env, bp); in kvm_remove_breakpoint()1003 if (kvm_arch_remove_sw_breakpoint(current_env, bp) != 0) { in kvm_remove_all_breakpoints()1006 if (kvm_arch_remove_sw_breakpoint(env, bp) == 0) in kvm_remove_all_breakpoints()
799 int kvm_arch_remove_sw_breakpoint(CPUState *env, struct kvm_sw_breakpoint *bp) in kvm_arch_remove_sw_breakpoint() function