Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/
H A DKconfig.debug89 bool "Include xmon kernel debugger"
92 Include in-kernel hooks for the xmon kernel monitor/debugger.
95 nothing will appear on the screen (xmon writes directly to the
97 The cmdline option 'xmon' or 'xmon=early' will drop into xmon
98 very early during boot. 'xmon=on' will just enable the xmon
99 debugger hooks. 'xmon=off' will disable the debugger hooks
101 xmon will print a backtrace on the very first invocation.
102 'xmon=nobt' will disable this autobacktrace.
105 bool "Enable xmon by default"
108 xmon is normally disabled unless booted with 'xmon=on'.
[all …]
H A DKbuild13 obj-$(CONFIG_XMON) += xmon/
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dxmon.h17 extern int xmon(struct pt_regs *excp);
/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A DMakefile20 obj-y += xmon.o nonstdio.o spr_access.o xmon_bpts.o
H A Dxmon.c734 int xmon(struct pt_regs *excp) in xmon() function
745 EXPORT_SYMBOL(xmon);
752 xmon(get_irq_regs()); in xmon_irq()
3905 __debugger = xmon; in xmon_init()
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Ddawr-power9.rst23 5) xmon
38 For xmon, the 'bd' command will return an error on P9.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dsysrq.rst143 ``x`` Used by xmon interface on ppc/powerpc platforms.
H A Dkernel-parameters.txt6239 xmon [PPC]
6241 Controls if xmon debugger is enabled. Default is off.
6242 Passing only "xmon" is equivalent to "xmon=early".
6243 early Call xmon as early as possible on boot; xmon
6245 on xmon debugger hooks will be installed so xmon
6249 rw xmon debugger hooks will be installed so xmon
6252 can be written using xmon commands.
6255 xmon commands.
6256 off xmon is disabled.