Searched refs:debug_check_watchpoint (Results 1 – 3 of 3) sorted by relevance
120 && 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()
258 bool (*debug_check_watchpoint)(CPUState *cpu, CPUWatchpoint *wp); member
266 .debug_check_watchpoint = arm_debug_check_watchpoint,