single_stepping
#define single_stepping(regs) (current->thread.debug.dbcr0 & DBCR0_IC)
#define single_stepping(regs) ((regs)->msr & MSR_SE)