Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dcpu.c150 if (env->dawr_watchpoint[rid]) { in ppc_update_daw()
151 cpu_watchpoint_remove_by_ref(cs, env->dawr_watchpoint[rid]); in ppc_update_daw()
152 env->dawr_watchpoint[rid] = NULL; in ppc_update_daw()
172 cpu_watchpoint_insert(cs, deaw, len, flags, &env->dawr_watchpoint[rid]); in ppc_update_daw()
H A Dtcg-excp_helper.c352 (wp == env->dawr_watchpoint[0])) { in ppc_cpu_debug_check_watchpoint()
355 (wp == env->dawr_watchpoint[1])) { in ppc_cpu_debug_check_watchpoint()
H A Dcpu.h1265 struct CPUWatchpoint *dawr_watchpoint[2]; member