Searched refs:kvm_find_sw_breakpoint (Results 1 – 3 of 3) sorted by relevance
116 struct kvm_sw_breakpoint *kvm_find_sw_breakpoint(CPUState *env,
889 struct kvm_sw_breakpoint *kvm_find_sw_breakpoint(CPUState *env, in kvm_find_sw_breakpoint() function928 bp = kvm_find_sw_breakpoint(current_env, addr); in kvm_insert_breakpoint()970 bp = kvm_find_sw_breakpoint(current_env, addr); in kvm_remove_breakpoint()
920 } else if (kvm_find_sw_breakpoint(cpu_single_env, arch_info->pc)) in kvm_arch_debug()