xmon_printf
extern __printf(1, 2) void xmon_printf(const char *format, ...);
xmon_printf("%s idx=%d T=%d %08x %08x ...", name,
xmon_printf("CPU %d:", cpu);
xmon_printf("pp=%02x CPPR=%02x ", xc->pending_prio, xc->cppr);
xmon_printf("IPI=0x%08x %s", xc->hw_ipi, buffer);
xmon_printf("\n");
xmon_printf("IRQ 0x%08x : no config rc=%d\n", hw_irq, rc);
xmon_printf("IRQ 0x%08x : target=0x%x prio=%02x lirq=0x%x ",
xmon_printf("%s", buffer);
xmon_printf("\n");
extern __printf(1, 2) void xmon_printf(const char *fmt, ...);
#define printf xmon_printf