Searched refs:kvm_find_sw_breakpoint (Results 1 – 8 of 8) sorted by relevance
/qemu/include/system/ |
H A D | kvm.h | 424 struct kvm_sw_breakpoint *kvm_find_sw_breakpoint(CPUState *cpu,
|
/qemu/accel/kvm/ |
H A D | kvm-all.c | 3512 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 D | kvm.c | 1353 if (kvm_find_sw_breakpoint(cs, env->pc)) { in kvm_loongarch_handle_debug()
|
/qemu/target/arm/ |
H A D | kvm.c | 1359 if (kvm_find_sw_breakpoint(cs, env->pc)) { in kvm_arm_handle_debug()
|
/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 1699 if (kvm_find_sw_breakpoint(cs, env->pc)) { in kvm_riscv_handle_debug()
|
/qemu/target/s390x/kvm/ |
H A D | kvm.c | 1518 if (kvm_find_sw_breakpoint(CPU(cpu), pc)) { in handle_sw_breakpoint()
|
/qemu/target/ppc/ |
H A D | kvm.c | 1624 if (kvm_find_sw_breakpoint(cs, arch_info->address)) { in kvm_handle_debug()
|
/qemu/target/i386/kvm/ |
H A D | kvm.c | 5821 } else if (kvm_find_sw_breakpoint(cs, arch_info->pc)) { in kvm_handle_debug()
|