Home
last modified time | relevance | path

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

/qemu/include/system/
H A Dkvm.h424 struct kvm_sw_breakpoint *kvm_find_sw_breakpoint(CPUState *cpu,
/qemu/accel/kvm/
H A Dkvm-all.c3512 struct kvm_sw_breakpoint *kvm_find_sw_breakpoint(CPUState *cpu, vaddr pc) in kvm_find_sw_breakpoint() function
3575 bp = kvm_find_sw_breakpoint(cpu, addr); in kvm_insert_breakpoint()
3613 bp = kvm_find_sw_breakpoint(cpu, addr); in kvm_remove_breakpoint()
/qemu/target/loongarch/kvm/
H A Dkvm.c1353 if (kvm_find_sw_breakpoint(cs, env->pc)) { in kvm_loongarch_handle_debug()
/qemu/target/arm/
H A Dkvm.c1359 if (kvm_find_sw_breakpoint(cs, env->pc)) { in kvm_arm_handle_debug()
/qemu/target/riscv/kvm/
H A Dkvm-cpu.c1699 if (kvm_find_sw_breakpoint(cs, env->pc)) { in kvm_riscv_handle_debug()
/qemu/target/s390x/kvm/
H A Dkvm.c1518 if (kvm_find_sw_breakpoint(CPU(cpu), pc)) { in handle_sw_breakpoint()
/qemu/target/ppc/
H A Dkvm.c1624 if (kvm_find_sw_breakpoint(cs, arch_info->address)) { in kvm_handle_debug()
/qemu/target/i386/kvm/
H A Dkvm.c5821 } else if (kvm_find_sw_breakpoint(cs, arch_info->pc)) { in kvm_handle_debug()