Searched refs:kvm_find_sw_breakpoint (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/include/sysemu/ |
H A D | kvm.h | 421 struct kvm_sw_breakpoint *kvm_find_sw_breakpoint(CPUState *cpu,
|
/openbmc/qemu/target/loongarch/kvm/ |
H A D | kvm.c | 804 if (kvm_find_sw_breakpoint(cs, env->pc)) { in kvm_loongarch_handle_debug()
|
/openbmc/qemu/accel/kvm/ |
H A D | kvm-all.c | 3389 struct kvm_sw_breakpoint *kvm_find_sw_breakpoint(CPUState *cpu, vaddr pc) in kvm_find_sw_breakpoint() function 3452 bp = kvm_find_sw_breakpoint(cpu, addr); in kvm_insert_breakpoint() 3490 bp = kvm_find_sw_breakpoint(cpu, addr); in kvm_remove_breakpoint()
|
/openbmc/qemu/target/arm/ |
H A D | kvm.c | 1385 if (kvm_find_sw_breakpoint(cs, env->pc)) { in kvm_arm_handle_debug()
|
/openbmc/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 1568 if (kvm_find_sw_breakpoint(cs, env->pc)) { in kvm_riscv_handle_debug()
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | kvm.c | 1536 if (kvm_find_sw_breakpoint(CPU(cpu), pc)) { in handle_sw_breakpoint()
|
/openbmc/qemu/target/ppc/ |
H A D | kvm.c | 1618 if (kvm_find_sw_breakpoint(cs, arch_info->address)) { in kvm_handle_debug()
|
/openbmc/qemu/target/i386/kvm/ |
H A D | kvm.c | 5649 } else if (kvm_find_sw_breakpoint(cs, arch_info->pc)) { in kvm_handle_debug()
|