Searched refs:debug_check_breakpoint (Results 1 – 8 of 8) sorted by relevance
202 bool (*debug_check_breakpoint)(CPUState *cpu); member
126 .debug_check_breakpoint = x86_debug_check_breakpoint,
241 .debug_check_breakpoint = xtensa_debug_check_breakpoint,
354 assert(tcg_ops->debug_check_breakpoint); in check_for_breakpoints_slow()355 match_bp = tcg_ops->debug_check_breakpoint(cpu); in check_for_breakpoints_slow()
253 .debug_check_breakpoint = arm_debug_check_breakpoint,
148 .debug_check_breakpoint = riscv_cpu_debug_check_breakpoint,
2691 .debug_check_breakpoint = arm_debug_check_breakpoint,
7434 .debug_check_breakpoint = ppc_cpu_debug_check_breakpoint,