Searched refs:debug_status (Results 1 – 2 of 2) sorted by relevance
/arch/arm/mach-omap1/include/mach/ |
D | mux.h | 90 pu_pd_reg, pu_pd_status, debug_status) \ argument 93 .debug = debug_status, \ 108 pull_bit, pull_status, debug_status)\ argument 111 .debug = debug_status, \
|
/arch/powerpc/kernel/ |
D | traps.c | 1599 static void handle_debug(struct pt_regs *regs, unsigned long debug_status) in handle_debug() argument 1606 if (debug_status & (DBSR_DAC1R | DBSR_DAC1W)) { in handle_debug() 1611 do_send_trap(regs, mfspr(SPRN_DAC1), debug_status, TRAP_HWBKPT, in handle_debug() 1614 } else if (debug_status & (DBSR_DAC2R | DBSR_DAC2W)) { in handle_debug() 1616 do_send_trap(regs, mfspr(SPRN_DAC2), debug_status, TRAP_HWBKPT, in handle_debug() 1619 } else if (debug_status & DBSR_IAC1) { in handle_debug() 1622 do_send_trap(regs, mfspr(SPRN_IAC1), debug_status, TRAP_HWBKPT, in handle_debug() 1625 } else if (debug_status & DBSR_IAC2) { in handle_debug() 1627 do_send_trap(regs, mfspr(SPRN_IAC2), debug_status, TRAP_HWBKPT, in handle_debug() 1630 } else if (debug_status & DBSR_IAC3) { in handle_debug() [all …]
|