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

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

Completed in 103 milliseconds