Home
last modified time | relevance | path

Searched refs:cpu_watchpoint_remove_by_ref (Results 1 – 3 of 3) sorted by relevance

/external/qemu/
Dcpu-all.h862 void cpu_watchpoint_remove_by_ref(CPUState *env, CPUWatchpoint *watchpoint);
Dexec.c1405 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() function
1429 cpu_watchpoint_remove_by_ref(env, wp); in cpu_watchpoint_remove_all()
/external/qemu/target-i386/
Dhelper.c1404 cpu_watchpoint_remove_by_ref(env, env->cpu_watchpoint[index]); in hw_breakpoint_remove()