Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dwatchpoint.c119 && cc->tcg_ops->debug_check_watchpoint in cpu_check_watchpoint()
120 && !cc->tcg_ops->debug_check_watchpoint(cpu, wp)) { in cpu_check_watchpoint()
/openbmc/qemu/include/hw/core/
H A Dtcg-cpu-ops.h196 bool (*debug_check_watchpoint)(CPUState *cpu, CPUWatchpoint *wp); member
/openbmc/qemu/target/arm/tcg/
H A Dcpu-v7m.c252 .debug_check_watchpoint = arm_debug_check_watchpoint,
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c149 .debug_check_watchpoint = riscv_cpu_debug_check_watchpoint,
/openbmc/qemu/target/arm/
H A Dcpu.c2690 .debug_check_watchpoint = arm_debug_check_watchpoint,
/openbmc/qemu/target/ppc/
H A Dcpu_init.c7435 .debug_check_watchpoint = ppc_cpu_debug_check_watchpoint,