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

/vbox/src/recompiler/
H A Dcpu-all.h988 void cpu_watchpoint_remove_by_ref(CPUState *env, CPUWatchpoint *watchpoint);
H A Dexec.c1599 cpu_watchpoint_remove_by_ref(env, wp);
1611 void cpu_watchpoint_remove_by_ref(CPUState *env, CPUWatchpoint *watchpoint) function
1627 cpu_watchpoint_remove_by_ref(env, wp);
/vbox/src/recompiler/target-i386/
H A Dhelper.c1001 cpu_watchpoint_remove_by_ref(env, env->cpu_watchpoint[index]);

Completed in 60 milliseconds