Lines Matching refs:xmon
36 #include <asm/xmon.h>
208 static const char *xmon_ro_msg = "Operation disabled: xmon in read-only mode\n";
218 c print cpus stopped in xmon\n\
304 printf("xmon: Disabled due to kernel lockdown\n");
312 printf("xmon: Read-only due to kernel lockdown\n");
382 * while we are in xmon.
395 * xmon, so there is hopefully no other cpu calling RTAS
534 printf("cpu 0x%x: Exception %lx %s in xmon, "
544 printf("xmon: WARNING: bad recursive fault "
650 /* exiting xmon */
667 printf("Exception %lx %s in xmon, returning to main loop\n",
735 int xmon(struct pt_regs *excp)
746 EXPORT_SYMBOL(xmon);
753 xmon(get_irq_regs());
847 /* Force enable xmon if not already enabled */
850 /* Enable xmon hooks if needed */
852 printf("xmon: Enabling debugger hooks\n");
1253 /* print cpus waiting or in xmon */
1275 printf("cpu 0x%lx isn't in xmon\n", cpu);
3198 * appropriate for calling from xmon. This could be moved
3903 __debugger = xmon;
3937 /* ensure xmon is enabled */
3946 .help_msg = "xmon(x)",
3947 .action_msg = "Entering xmon",
3986 printf("xmon: All breakpoints cleared\n");
4004 debugfs_create_file("xmon", 0600, powerpc_debugfs_root, NULL,
4020 /* just "xmon" is equivalent to "xmon=early" */
4042 early_param("xmon", early_parse_xmon);