Home
last modified time | relevance | path

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

/linux/arch/powerpc/
H A DKconfig.debug106 bool "Include xmon kernel debugger"
110 Include in-kernel hooks for the xmon kernel monitor/debugger.
113 nothing will appear on the screen (xmon writes directly to the
115 The cmdline option 'xmon' or 'xmon=early' will drop into xmon
116 very early during boot. 'xmon=on' will just enable the xmon
117 debugger hooks. 'xmon=off' will disable the debugger hooks
119 xmon will print a backtrace on the very first invocation.
120 'xmon=nobt' will disable this autobacktrace.
123 bool "Enable xmon by default"
126 xmon is normally disabled unless booted with 'xmon=on'.
[all …]
H A DKbuild14 obj-$(CONFIG_XMON) += xmon/
/linux/arch/powerpc/include/asm/
H A Dxmon.h16 extern int xmon(struct pt_regs *excp);
/linux/arch/powerpc/xmon/
H A DMakefile17 obj-y += xmon.o nonstdio.o spr_access.o xmon_bpts.o
H A Dxmon.c725 int xmon(struct pt_regs *excp) in xmon() function
736 EXPORT_SYMBOL(xmon);
743 xmon(get_irq_regs()); in xmon_irq()
3953 __debugger = xmon; in xmon_init()
/linux/Documentation/arch/powerpc/
H A Ddawr-power9.rst31 5) xmon
46 For xmon, the 'bd' command will return an error on P9.
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dsysrq.rst147 ``x`` 在 ppc/powerpc 架构上用于 xmon 接口。
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dsysrq.rst147 ``x`` 在 ppc/powerpc 架構上用於 xmon 接口。
/linux/Documentation/admin-guide/
H A Dsysrq.rst152 ``x`` Used by xmon interface on ppc/powerpc platforms.
H A Dkernel-parameters.txt8677 xmon [PPC,EARLY]
8679 Controls if xmon debugger is enabled. Default is off.
8680 Passing only "xmon" is equivalent to "xmon=early".
8681 early Call xmon as early as possible on boot; xmon
8683 on xmon debugger hooks will be installed so xmon
8687 rw xmon debugger hooks will be installed so xmon
8690 can be written using xmon commands.
8693 xmon commands.
8694 off xmon is disabled.