Searched refs:xmon_printf (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/powerpc/xmon/ |
D | nonstdio.h | 10 extern __printf(1, 2) void xmon_printf(const char *fmt, ...); 12 #define printf xmon_printf
|
D | nonstdio.c | 171 void xmon_printf(const char *format, ...) in xmon_printf() function
|
D | xmon.c | 2539 xmon_printf("IRQ 0x%x config: vp=0x%llx prio=%d lirq=0x%x (rc=%lld)\n", in dump_one_xive_irq()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | xmon.h | 32 extern __printf(1, 2) void xmon_printf(const char *format, ...);
|
/Linux-v4.19/arch/powerpc/sysdev/xive/ |
D | common.c | 233 xmon_printf(" %s Q T=%d %08x %08x ...\n", name, in xive_dump_eq() 241 xmon_printf("XIVE state for CPU %d:\n", cpu); in xmon_xive_do_dump() 242 xmon_printf(" pp=%02x cppr=%02x\n", xc->pending_prio, xc->cppr); in xmon_xive_do_dump() 247 xmon_printf(" IPI state: %x:%c%c\n", xc->hw_ipi, in xmon_xive_do_dump()
|