Home
last modified time | relevance | path

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

/external/qemu/
Dkvm.h123 int kvm_arch_remove_sw_breakpoint(CPUState *current_env,
Dkvm-all.c976 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()
/external/qemu/target-i386/
Dkvm.c799 int kvm_arch_remove_sw_breakpoint(CPUState *env, struct kvm_sw_breakpoint *bp) in kvm_arch_remove_sw_breakpoint() function