Searched defs:single_step_state (Results 1 – 1 of 1) sorted by relevance
122 struct single_step_state { struct124 void __user *buffer;126 union {133 unsigned long orig_pc; /* the original PC */134 unsigned long next_pc; /* return PC if no branch (PC + 1) */135 unsigned long branch_next_pc; /* return PC if we did branch/jump */136 unsigned long update_value; /* value to restore to update_target */