Lines Matching refs:xmon
35 #include <asm/xmon.h>
214 static const char *xmon_ro_msg = "Operation disabled: xmon in read-only mode\n";
224 c print cpus stopped in xmon\n\
226 c# $ run command '$' (one of 'r','S' or 't') on all cpus in xmon\n"
311 printf("xmon: Disabled due to kernel lockdown\n");
319 printf("xmon: Read-only due to kernel lockdown\n");
389 * while we are in xmon.
403 * xmon, so there is hopefully no other cpu calling RTAS
532 printf("cpu 0x%x: Exception %lx %s in xmon, "
542 printf("xmon: WARNING: bad recursive fault "
653 /* exiting xmon */
670 printf("Exception %lx %s in xmon, returning to main loop\n",
738 int xmon(struct pt_regs *excp)
749 EXPORT_SYMBOL(xmon);
756 xmon(get_irq_regs());
850 /* Force enable xmon if not already enabled */
853 /* Enable xmon hooks if needed */
855 printf("xmon: Enabling debugger hooks\n");
1339 printf("There are no other cpus in xmon\n");
1356 /* print cpus waiting or in xmon */
1378 printf("cpu 0x%lx isn't in xmon\n", cpu);
3269 * appropriate for calling from xmon. This could be moved
3972 __debugger = xmon;
3998 /* ensure xmon is enabled */
4007 .help_msg = "xmon(x)",
4008 .action_msg = "Entering xmon",
4047 printf("xmon: All breakpoints cleared\n");
4065 debugfs_create_file("xmon", 0600, arch_debugfs_dir, NULL,
4081 /* just "xmon" is equivalent to "xmon=early" */
4103 early_param("xmon", early_parse_xmon);