Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/
H A DKconfig.debug106 bool "Include xmon kernel debugger"
115 The cmdline option 'xmon' or 'xmon=early' will drop into xmon
116 very early during boot. 'xmon=on' will just enable the xmon
120 'xmon=nobt' will disable this autobacktrace.
123 bool "Enable xmon by default"
126 xmon is normally disabled unless booted with 'xmon=on'.
127 Use 'xmon=off' to disable xmon init during runtime.
130 bool "Include disassembly support in xmon"
139 bool "Restrict xmon to read-only operations by default"
143 Operate xmon in read-only mode. The cmdline options 'xmon=rw' and
[all …]
H A DKbuild14 obj-$(CONFIG_XMON) += xmon/
/linux-6.15/arch/powerpc/include/asm/
H A Dxmon.h16 extern int xmon(struct pt_regs *excp);
/linux-6.15/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-6.15/Documentation/arch/powerpc/
H A Ddawr-power9.rst31 5) xmon
46 For xmon, the 'bd' command will return an error on P9.
/linux-6.15/Documentation/translations/zh_TW/admin-guide/
H A Dsysrq.rst147 ``x`` 在 ppc/powerpc 架構上用於 xmon 接口。
/linux-6.15/Documentation/translations/zh_CN/admin-guide/
H A Dsysrq.rst147 ``x`` 在 ppc/powerpc 架构上用于 xmon 接口。
/linux-6.15/Documentation/admin-guide/
H A Dsysrq.rst152 ``x`` Used by xmon interface on ppc/powerpc platforms.
H A Dkernel-parameters.txt8132 xmon [PPC,EARLY]
8134 Controls if xmon debugger is enabled. Default is off.
8135 Passing only "xmon" is equivalent to "xmon=early".
8136 early Call xmon as early as possible on boot; xmon
8138 on xmon debugger hooks will be installed so xmon
8142 rw xmon debugger hooks will be installed so xmon
8145 can be written using xmon commands.
8148 xmon commands.
8149 off xmon is disabled.