Home
last modified time | relevance | path

Searched refs:DebugException (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/kernel/
Dhead_booke.h331 …EXC_XFER_TEMPLATE(DebugException, 0x2008, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), NOCOPY, debug_tr…
384 …EXC_XFER_TEMPLATE(DebugException, 0x2002, (MSR_KERNEL & ~(MSR_ME|MSR_DE|MSR_CE)), NOCOPY, crit_tra…
Dexceptions-64e.S809 bl DebugException
880 bl DebugException
Dhead_40x.S725 EXC_XFER_TEMPLATE(DebugException, 0x2002, \
Dtraps.c1642 void __kprobes DebugException(struct pt_regs *regs, unsigned long debug_status) in DebugException() function