Searched refs:cpu_breakpoint_remove_by_ref (Results 1 – 3 of 3) sorted by relevance
856 void cpu_breakpoint_remove_by_ref(CPUState *env, CPUBreakpoint *breakpoint);
1468 cpu_breakpoint_remove_by_ref(env, bp); in cpu_breakpoint_remove()1479 void cpu_breakpoint_remove_by_ref(CPUState *env, CPUBreakpoint *breakpoint) in cpu_breakpoint_remove_by_ref() function1498 cpu_breakpoint_remove_by_ref(env, bp); in cpu_breakpoint_remove_all()
1394 cpu_breakpoint_remove_by_ref(env, env->cpu_breakpoint[index]); in hw_breakpoint_remove()