Searched refs:cpu_watchpoint (Results 1 – 2 of 2) sorted by relevance
1386 type, &env->cpu_watchpoint[index]); in hw_breakpoint_insert()1404 cpu_watchpoint_remove_by_ref(env, env->cpu_watchpoint[index]); in hw_breakpoint_remove()1422 ((type & 1) && env->cpu_watchpoint[reg] && in check_hw_breakpoints()1423 (env->cpu_watchpoint[reg]->flags & BP_WATCHPOINT_HIT))) { in check_hw_breakpoints()
655 CPUWatchpoint *cpu_watchpoint[4]; member