Searched refs:cpu_watchpoint (Results 1 – 2 of 2) sorted by relevance
1369 type, &env->cpu_watchpoint[index]); in hw_breakpoint_insert()1387 cpu_watchpoint_remove_by_ref(env, env->cpu_watchpoint[index]); in hw_breakpoint_remove()1405 ((type & 1) && env->cpu_watchpoint[reg] && in check_hw_breakpoints()1406 (env->cpu_watchpoint[reg]->flags & BP_WATCHPOINT_HIT))) { in check_hw_breakpoints()
817 CPUWatchpoint *cpu_watchpoint[4]; member