Searched refs:kvm_arch_remove_sw_breakpoint (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/include/sysemu/ |
H A D | kvm.h | 436 int kvm_arch_remove_sw_breakpoint(CPUState *cpu,
|
/openbmc/qemu/target/loongarch/kvm/ |
H A D | kvm.c | 993 int kvm_arch_remove_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_remove_sw_breakpoint() function
|
/openbmc/qemu/accel/kvm/ |
H A D | kvm-all.c | 3563 err = kvm_arch_remove_sw_breakpoint(cpu, bp); in kvm_remove_breakpoint() 3593 if (kvm_arch_remove_sw_breakpoint(cpu, bp) != 0) { in kvm_remove_all_breakpoints() 3596 if (kvm_arch_remove_sw_breakpoint(tmpcpu, bp) == 0) { in kvm_remove_all_breakpoints()
|
/openbmc/qemu/target/mips/ |
H A D | kvm.c | 120 int kvm_arch_remove_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_remove_sw_breakpoint() function
|
/openbmc/qemu/target/arm/ |
H A D | kvm.c | 2423 int kvm_arch_remove_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_remove_sw_breakpoint() function
|
/openbmc/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 2029 int kvm_arch_remove_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_remove_sw_breakpoint() function
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | kvm.c | 880 int kvm_arch_remove_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_remove_sw_breakpoint() function
|
/openbmc/qemu/target/ppc/ |
H A D | kvm.c | 1395 int kvm_arch_remove_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_remove_sw_breakpoint() function
|
/openbmc/qemu/target/i386/kvm/ |
H A D | kvm.c | 5668 int kvm_arch_remove_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_remove_sw_breakpoint() function
|