Home
last modified time | relevance | path

Searched refs:xmon (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/powerpc/
DKconfig.debug74 bool "Include xmon kernel debugger"
77 Include in-kernel hooks for the xmon kernel monitor/debugger.
80 nothing will appear on the screen (xmon writes directly to the
82 The cmdline option 'xmon' or 'xmon=early' will drop into xmon
83 very early during boot. 'xmon=on' will just enable the xmon
84 debugger hooks. 'xmon=off' will disable the debugger hooks
86 xmon will print a backtrace on the very first invocation.
87 'xmon=nobt' will disable this autobacktrace.
90 bool "Enable xmon by default"
93 xmon is normally disabled unless booted with 'xmon=on'.
[all …]
DMakefile232 core-$(CONFIG_XMON) += arch/powerpc/xmon/
/linux-4.1.27/arch/powerpc/include/asm/
Dxmon.h21 extern int xmon(struct pt_regs *excp);
/linux-4.1.27/arch/powerpc/xmon/
DMakefile9 obj-y += xmon.o nonstdio.o
Dxmon.c607 int xmon(struct pt_regs *excp) in xmon() function
618 EXPORT_SYMBOL(xmon);
625 xmon(get_irq_regs()); in xmon_irq()
2951 __debugger = xmon; in xmon_init()
/linux-4.1.27/Documentation/
Dsysrq.txt120 'x' - Used by xmon interface on ppc/powerpc platforms.