Home
last modified time | relevance | path

Searched refs:kvm_find_sw_breakpoint (Results 1 – 3 of 3) sorted by relevance

/external/qemu/
Dkvm.h116 struct kvm_sw_breakpoint *kvm_find_sw_breakpoint(CPUState *env,
Dkvm-all.c889 struct kvm_sw_breakpoint *kvm_find_sw_breakpoint(CPUState *env, in kvm_find_sw_breakpoint() function
928 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()
/external/qemu/target-i386/
Dkvm.c920 } else if (kvm_find_sw_breakpoint(cpu_single_env, arch_info->pc)) in kvm_arch_debug()