Searched refs:debug_status (Results 1 – 2 of 2) sorted by relevance
90 pu_pd_reg, pu_pd_status, debug_status) \ argument93 .debug = debug_status, \108 pull_bit, pull_status, debug_status)\ argument111 .debug = debug_status, \
1046 void __kprobes DebugException(struct pt_regs *regs, unsigned long debug_status) in DebugException() argument1048 if (debug_status & DBSR_IC) { /* instruction completion */ in DebugException()1069 } else if (debug_status & (DBSR_DAC1R | DBSR_DAC1W)) { in DebugException()1084 do_dabr(regs, mfspr(SPRN_DAC1), debug_status); in DebugException()