Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/
DKconfig.debug95 bool "Include xmon kernel debugger"
98 Include in-kernel hooks for the xmon kernel monitor/debugger.
101 nothing will appear on the screen (xmon writes directly to the
103 The cmdline option 'xmon' or 'xmon=early' will drop into xmon
104 very early during boot. 'xmon=on' will just enable the xmon
105 debugger hooks. 'xmon=off' will disable the debugger hooks
107 xmon will print a backtrace on the very first invocation.
108 'xmon=nobt' will disable this autobacktrace.
111 bool "Enable xmon by default"
114 xmon is normally disabled unless booted with 'xmon=on'.
[all …]
DMakefile269 core-$(CONFIG_XMON) += arch/powerpc/xmon/
/Linux-v4.19/arch/powerpc/include/asm/
Dxmon.h21 extern int xmon(struct pt_regs *excp);
/Linux-v4.19/arch/powerpc/xmon/
DMakefile15 obj-y += xmon.o nonstdio.o spr_access.o
Dxmon.c678 int xmon(struct pt_regs *excp) in xmon() function
689 EXPORT_SYMBOL(xmon);
696 xmon(get_irq_regs()); in xmon_irq()
3668 __debugger = xmon; in xmon_init()
/Linux-v4.19/Documentation/powerpc/
DDAWR-POWER9.txt22 5) xmon
37 For xmon, the 'bd' command will return an error on P9.
/Linux-v4.19/Documentation/admin-guide/
Dsysrq.rst139 ``x`` Used by xmon interface on ppc/powerpc platforms.