Searched refs:BP_CPU (Results 1 – 4 of 4) sorted by relevance
533 cpu_breakpoint_remove_all(env, BP_CPU); in cpu_reset()534 cpu_watchpoint_remove_all(env, BP_CPU); in cpu_reset()1372 err = cpu_breakpoint_insert(env, env->dr[index], BP_CPU, in hw_breakpoint_insert()1376 type = BP_CPU | BP_MEM_WRITE; in hw_breakpoint_insert()1382 type = BP_CPU | BP_MEM_ACCESS; in hw_breakpoint_insert()1443 if (env->watchpoint_hit->flags & BP_CPU) { in breakpoint_handler()1453 if (bp->flags & BP_CPU) { in breakpoint_handler()
286 cpu_breakpoint_remove_all(env, BP_CPU); in cpu_load()287 cpu_watchpoint_remove_all(env, BP_CPU); in cpu_load()
7695 !((bp->flags & BP_CPU) && (tb->flags & HF_RF_MASK))) { in gen_intermediate_code_internal()
851 #define BP_CPU 0x20 macro