Home
last modified time | relevance | path

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

/external/qemu/
Dcpu-all.h856 void cpu_breakpoint_remove_by_ref(CPUState *env, CPUBreakpoint *breakpoint);
Dexec.c1468 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() function
1498 cpu_breakpoint_remove_by_ref(env, bp); in cpu_breakpoint_remove_all()
/external/qemu/target-i386/
Dhelper.c1394 cpu_breakpoint_remove_by_ref(env, env->cpu_breakpoint[index]); in hw_breakpoint_remove()