Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/
DKconfig.debug94 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 …]
DKbuild13 obj-$(CONFIG_XMON) += xmon/
/linux-5.19.10/arch/powerpc/include/asm/
Dxmon.h17 extern int xmon(struct pt_regs *excp);
/linux-5.19.10/arch/powerpc/xmon/
DMakefile20 obj-y += xmon.o nonstdio.o spr_access.o xmon_bpts.o
Dxmon.c739 int xmon(struct pt_regs *excp) in xmon() function
750 EXPORT_SYMBOL(xmon);
757 xmon(get_irq_regs()); in xmon_irq()
3973 __debugger = xmon; in xmon_init()
/linux-5.19.10/Documentation/powerpc/
Ddawr-power9.rst31 5) xmon
46 For xmon, the 'bd' command will return an error on P9.
/linux-5.19.10/Documentation/translations/zh_CN/admin-guide/
Dsysrq.rst147 ``x`` 在 ppc/powerpc 架构上用于 xmon 接口。
/linux-5.19.10/Documentation/admin-guide/
Dsysrq.rst143 ``x`` Used by xmon interface on ppc/powerpc platforms.
Dkernel-parameters.txt6849 xmon [PPC]
6851 Controls if xmon debugger is enabled. Default is off.
6852 Passing only "xmon" is equivalent to "xmon=early".
6853 early Call xmon as early as possible on boot; xmon
6855 on xmon debugger hooks will be installed so xmon
6859 rw xmon debugger hooks will be installed so xmon
6862 can be written using xmon commands.
6865 xmon commands.
6866 off xmon is disabled.