Home
last modified time | relevance | path

Searched refs:BP_CPU (Results 1 – 4 of 4) sorted by relevance

/external/qemu/target-i386/
Dhelper.c533 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()
Dmachine.c286 cpu_breakpoint_remove_all(env, BP_CPU); in cpu_load()
287 cpu_watchpoint_remove_all(env, BP_CPU); in cpu_load()
Dtranslate.c7695 !((bp->flags & BP_CPU) && (tb->flags & HF_RF_MASK))) { in gen_intermediate_code_internal()
/external/qemu/
Dcpu-all.h851 #define BP_CPU 0x20 macro