Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Dkvm.h429 struct kvm_sw_breakpoint *kvm_find_sw_breakpoint(CPUState *cpu,
/openbmc/qemu/target/loongarch/kvm/
H A Dkvm.c1030 if (kvm_find_sw_breakpoint(cs, env->pc)) { in kvm_loongarch_handle_debug()
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c3452 struct kvm_sw_breakpoint *kvm_find_sw_breakpoint(CPUState *cpu, vaddr pc) in kvm_find_sw_breakpoint() function
3515 bp = kvm_find_sw_breakpoint(cpu, addr); in kvm_insert_breakpoint()
3553 bp = kvm_find_sw_breakpoint(cpu, addr); in kvm_remove_breakpoint()
/openbmc/qemu/target/arm/
H A Dkvm.c1394 if (kvm_find_sw_breakpoint(cs, env->pc)) { in kvm_arm_handle_debug()
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c1575 if (kvm_find_sw_breakpoint(cs, env->pc)) { in kvm_riscv_handle_debug()
/openbmc/qemu/target/s390x/kvm/
H A Dkvm.c1536 if (kvm_find_sw_breakpoint(CPU(cpu), pc)) { in handle_sw_breakpoint()
/openbmc/qemu/target/ppc/
H A Dkvm.c1618 if (kvm_find_sw_breakpoint(cs, arch_info->address)) { in kvm_handle_debug()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c5802 } else if (kvm_find_sw_breakpoint(cs, arch_info->pc)) { in kvm_handle_debug()