Home | History | Annotate | Download | only in target-i386

Lines Matching refs:BP_CPU

533     cpu_breakpoint_remove_all(env, BP_CPU);
534 cpu_watchpoint_remove_all(env, BP_CPU);
1372 err = cpu_breakpoint_insert(env, env->dr[index], BP_CPU,
1376 type = BP_CPU | BP_MEM_WRITE;
1382 type = BP_CPU | BP_MEM_ACCESS;
1443 if (env->watchpoint_hit->flags & BP_CPU) {
1453 if (bp->flags & BP_CPU) {