Searched refs:kvm_arch_remove_sw_breakpoint (Results 1 – 9 of 9) sorted by relevance
/qemu/include/system/ |
H A D | kvm.h | 438 int kvm_arch_remove_sw_breakpoint(CPUState *cpu,
|
/qemu/accel/kvm/ |
H A D | kvm-all.c | 3581 err = kvm_arch_remove_sw_breakpoint(cpu, bp); in kvm_remove_breakpoint() 3611 if (kvm_arch_remove_sw_breakpoint(cpu, bp) != 0) { in kvm_remove_all_breakpoints() 3614 if (kvm_arch_remove_sw_breakpoint(tmpcpu, bp) == 0) { in kvm_remove_all_breakpoints()
|
/qemu/target/mips/ |
H A D | kvm.c | 125 int kvm_arch_remove_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_remove_sw_breakpoint() function
|
/qemu/target/loongarch/kvm/ |
H A D | kvm.c | 1295 int kvm_arch_remove_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_remove_sw_breakpoint() function
|
/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 2141 int kvm_arch_remove_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_remove_sw_breakpoint() function
|
/qemu/target/arm/ |
H A D | kvm.c | 2399 int kvm_arch_remove_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_remove_sw_breakpoint() function
|
/qemu/target/s390x/kvm/ |
H A D | kvm.c | 876 int kvm_arch_remove_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_remove_sw_breakpoint() function
|
/qemu/target/ppc/ |
H A D | kvm.c | 1401 int kvm_arch_remove_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_remove_sw_breakpoint() function
|
/qemu/target/i386/kvm/ |
H A D | kvm.c | 5687 int kvm_arch_remove_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_remove_sw_breakpoint() function
|