Searched refs:MDB_TGT_F_STEP_BRANCH (Results 1 – 2 of 2) sorted by relevance
82 #define MDB_TGT_F_STEP_BRANCH 0x0100 /* Step-branch is pending */ macro
185 (MDB_TGT_F_STEP | MDB_TGT_F_STEP_OUT | MDB_TGT_F_STEP_BRANCH | \1091 else if (t->t_flags & MDB_TGT_F_STEP_BRANCH) in tgt_continue()1129 if (t->t_flags & MDB_TGT_F_STEP_BRANCH && t_cont == t->t_ops->t_cont) { in tgt_continue()1401 t->t_flags |= MDB_TGT_F_STEP_BRANCH; /* set flag even if tgt not busy */ in mdb_tgt_step_branch()