Searched refs:cpu_watchpoint_remove_by_ref (Results 1 – 3 of 3) sorted by relevance
862 void cpu_watchpoint_remove_by_ref(CPUState *env, CPUWatchpoint *watchpoint);
1405 cpu_watchpoint_remove_by_ref(env, wp); in cpu_watchpoint_remove()1413 void cpu_watchpoint_remove_by_ref(CPUState *env, CPUWatchpoint *watchpoint) in cpu_watchpoint_remove_by_ref() function1429 cpu_watchpoint_remove_by_ref(env, wp); in cpu_watchpoint_remove_all()
1404 cpu_watchpoint_remove_by_ref(env, env->cpu_watchpoint[index]); in hw_breakpoint_remove()