Lines Matching defs:bp
2628 /* push bp */2653 /* push bp */7608 CPUBreakpoint *bp;7693 QTAILQ_FOREACH(bp, &env->breakpoints, entry) {7694 if (bp->pc == pc_ptr &&7695 !((bp->flags & BP_CPU) && (tb->flags & HF_RF_MASK))) {