Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/
DKconfig.debug82 bool "Include xmon kernel debugger"
85 Include in-kernel hooks for the xmon kernel monitor/debugger.
88 nothing will appear on the screen (xmon writes directly to the
90 The cmdline option 'xmon' or 'xmon=early' will drop into xmon
91 very early during boot. 'xmon=on' will just enable the xmon
92 debugger hooks. 'xmon=off' will disable the debugger hooks
94 xmon will print a backtrace on the very first invocation.
95 'xmon=nobt' will disable this autobacktrace.
98 bool "Enable xmon by default"
101 xmon is normally disabled unless booted with 'xmon=on'.
[all …]
DMakefile234 core-$(CONFIG_XMON) += arch/powerpc/xmon/
/linux-4.4.14/arch/powerpc/include/asm/
Dxmon.h21 extern int xmon(struct pt_regs *excp);
/linux-4.4.14/arch/powerpc/xmon/
DMakefile9 obj-y += xmon.o nonstdio.o
Dxmon.c608 int xmon(struct pt_regs *excp) in xmon() function
619 EXPORT_SYMBOL(xmon);
626 xmon(get_irq_regs()); in xmon_irq()
3020 __debugger = xmon; in xmon_init()
/linux-4.4.14/Documentation/
Dsysrq.txt121 'x' - Used by xmon interface on ppc/powerpc platforms.