Home
last modified time | relevance | path

Searched refs:debug_status (Results 1 – 2 of 2) sorted by relevance

/arch/arm/plat-omap/include/mach/
Dmux.h90 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/
Dtraps.c1046 void __kprobes DebugException(struct pt_regs *regs, unsigned long debug_status) in DebugException() argument
1048 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()