Home
last modified time | relevance | path

Searched refs:debug_check_watchpoint (Results 1 – 6 of 6) sorted by relevance

/qemu/accel/tcg/
H A Dwatchpoint.c120 && cpu->cc->tcg_ops->debug_check_watchpoint in cpu_check_watchpoint()
121 && !cpu->cc->tcg_ops->debug_check_watchpoint(cpu, wp)) { in cpu_check_watchpoint()
/qemu/include/accel/tcg/
H A Dcpu-ops.h258 bool (*debug_check_watchpoint)(CPUState *cpu, CPUWatchpoint *wp); member
/qemu/target/arm/tcg/
H A Dcpu-v7m.c266 .debug_check_watchpoint = arm_debug_check_watchpoint,
/qemu/target/riscv/tcg/
H A Dtcg-cpu.c287 .debug_check_watchpoint = riscv_cpu_debug_check_watchpoint,
/qemu/target/arm/
H A Dcpu.c2735 .debug_check_watchpoint = arm_debug_check_watchpoint, in arm_cpu_class_init()
/qemu/target/ppc/
H A Dcpu_init.c7510 .debug_check_watchpoint = ppc_cpu_debug_check_watchpoint,