/qemu/ |
A D | cpu-common.c | 393 CPUBreakpoint *bp; in cpu_breakpoint_insert() local 423 CPUBreakpoint *bp; in cpu_breakpoint_remove() local 439 void cpu_breakpoint_remove_by_ref(CPUState *cpu, CPUBreakpoint *bp) in cpu_breakpoint_remove_by_ref() 450 CPUBreakpoint *bp, *next; in cpu_breakpoint_remove_all() local
|
/qemu/accel/hvf/ |
A D | hvf-all.c | 46 struct hvf_sw_breakpoint *bp; in hvf_find_sw_breakpoint() local
|
A D | hvf-accel-ops.c | 480 struct hvf_sw_breakpoint *bp; in hvf_insert_breakpoint() local 518 struct hvf_sw_breakpoint *bp; in hvf_remove_breakpoint() local 557 struct hvf_sw_breakpoint *bp, *next; in hvf_remove_all_breakpoints() local
|
/qemu/util/ |
A D | qsp.c | 182 static bool qsp_callsite_cmp(const void *ap, const void *bp) in qsp_callsite_cmp() 194 static bool qsp_callsite_no_obj_cmp(const void *ap, const void *bp) in qsp_callsite_no_obj_cmp() 205 static bool qsp_entry_no_thread_cmp(const void *ap, const void *bp) in qsp_entry_no_thread_cmp() 213 static bool qsp_entry_no_thread_obj_cmp(const void *ap, const void *bp) in qsp_entry_no_thread_obj_cmp() 221 static bool qsp_entry_cmp(const void *ap, const void *bp) in qsp_entry_cmp() 460 static gint qsp_tree_cmp(gconstpointer ap, gconstpointer bp, gpointer up) in qsp_tree_cmp()
|
A D | qdist.c | 41 static int qdist_cmp(const void *ap, const void *bp) in qdist_cmp()
|
/qemu/target/arm/ |
A D | hyp_gdbstub.c | 234 HWBreakpoint *bp = get_hw_bp(i); in find_hw_breakpoint() local
|
A D | kvm.c | 1495 HWBreakpoint *bp = get_hw_bp(i); in kvm_arm_copy_hw_debug_data() local 2414 int kvm_arch_insert_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_insert_sw_breakpoint() 2423 int kvm_arch_remove_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_remove_sw_breakpoint()
|
/qemu/target/i386/hvf/ |
A D | hvf.c | 707 int hvf_arch_insert_sw_breakpoint(CPUState *cpu, struct hvf_sw_breakpoint *bp) in hvf_arch_insert_sw_breakpoint() 712 int hvf_arch_remove_sw_breakpoint(CPUState *cpu, struct hvf_sw_breakpoint *bp) in hvf_arch_remove_sw_breakpoint()
|
/qemu/hw/loongarch/ |
A D | boot.c | 280 void *p, *bp; in loongarch_direct_kernel_boot() local
|
/qemu/tests/bench/ |
A D | qtree-bench.c | 69 static int compare_func(const void *ap, const void *bp) in compare_func()
|
A D | qht-bench.c | 105 static bool is_equal(const void *ap, const void *bp) in is_equal()
|
/qemu/target/loongarch/kvm/ |
A D | kvm.c | 983 int kvm_arch_insert_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_insert_sw_breakpoint() 993 int kvm_arch_remove_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_remove_sw_breakpoint()
|
/qemu/tests/unit/ |
A D | test-qht.c | 16 static bool is_equal(const void *ap, const void *bp) in is_equal()
|
/qemu/target/mips/ |
A D | kvm.c | 114 int kvm_arch_insert_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_insert_sw_breakpoint() 120 int kvm_arch_remove_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_remove_sw_breakpoint()
|
/qemu/target/arm/hvf/ |
A D | hvf.c | 2122 int hvf_arch_insert_sw_breakpoint(CPUState *cpu, struct hvf_sw_breakpoint *bp) in hvf_arch_insert_sw_breakpoint() 2131 int hvf_arch_remove_sw_breakpoint(CPUState *cpu, struct hvf_sw_breakpoint *bp) in hvf_arch_remove_sw_breakpoint() 2192 HWBreakpoint *bp = get_hw_bp(i); in hvf_put_gdbstub_debug_registers() local
|
/qemu/hw/mips/ |
A D | loongson3_virt.c | 179 struct boot_params *bp; in init_boot_param() local
|
/qemu/accel/tcg/ |
A D | tb-maint.c | 46 static bool tb_cmp(const void *ap, const void *bp) in tb_cmp() 583 static gint tb_page_addr_cmp(gconstpointer ap, gconstpointer bp, gpointer udata) in tb_page_addr_cmp()
|
A D | cpu-exec.c | 323 CPUBreakpoint *bp; in check_for_breakpoints_slow() local
|
/qemu/target/mips/tcg/ |
A D | translate.h | 40 bool bp; member
|
/qemu/target/s390x/kvm/ |
A D | kvm.c | 868 int kvm_arch_insert_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_insert_sw_breakpoint() 880 int kvm_arch_remove_sw_breakpoint(CPUState *cs, struct kvm_sw_breakpoint *bp) in kvm_arch_remove_sw_breakpoint() 964 struct kvm_hw_breakpoint *bp = find_hw_breakpoint(addr, len, type); in kvm_arch_remove_hw_breakpoint() local
|
/qemu/linux-user/ |
A D | main.c | 239 CPUBreakpoint *bp; in cpu_copy() local
|
/qemu/target/i386/whpx/ |
A D | whpx-all.c | 1143 CPUBreakpoint *bp; in whpx_translate_cpu_breakpoints() local 1329 CPUBreakpoint *bp; in whpx_first_vcpu_starting() local
|
/qemu/tcg/ |
A D | region.c | 143 static gint tb_tc_cmp(gconstpointer ap, gconstpointer bp, gpointer userdata) in tb_tc_cmp()
|
/qemu/target/riscv/ |
A D | debug.c | 948 CPUBreakpoint *bp; in riscv_cpu_debug_check_breakpoint() local
|
/qemu/plugins/ |
A D | core.c | 720 static bool plugin_dyn_cb_arr_cmp(const void *ap, const void *bp) in plugin_dyn_cb_arr_cmp()
|