Searched refs:RFMT (Results 1 – 2 of 2) sorted by relevance
| /arch/parisc/kernel/ |
| A D | unaligned.c | 28 #define RFMT "0x%08lx" macro 116 DPRINTF("load " RFMT ":" RFMT " to r%d for 2 bytes\n", in emulate_ldh() 130 DPRINTF("val = " RFMT "\n", val); in emulate_ldh() 144 DPRINTF("load " RFMT ":" RFMT " to r%d for 4 bytes\n", in emulate_ldw() 162 DPRINTF("val = " RFMT "\n", val); in emulate_ldw() 178 DPRINTF("load " RFMT ":" RFMT " to r%d for 8 bytes\n", in emulate_ldd() 237 DPRINTF("store r%d (" RFMT ") to " RFMT ":" RFMT " for 2 bytes\n", frreg, in emulate_sth() 266 DPRINTF("store r%d (" RFMT ") to " RFMT ":" RFMT " for 4 bytes\n", frreg, in emulate_stw() 307 DPRINTF("store r%d (0x%016llx) to " RFMT ":" RFMT " for 8 bytes\n", frreg, in emulate_std() 391 " at ip " RFMT " (iir " RFMT ")\n", in handle_unaligned() [all …]
|
| A D | traps.c | 74 #define RFMT "%016lx" macro 76 #define RFMT "%08lx" macro 96 PRINTREGS(level, regs->gr, "r", RFMT, i); in print_gr() 140 PRINTREGS(level, regs->sr, "sr", RFMT, i); in show_regs() 148 printk("%sIASQ: " RFMT " " RFMT " IAOQ: " RFMT " " RFMT "\n", in show_regs() 150 printk("%s IIR: %08lx ISR: " RFMT " IOR: " RFMT "\n", in show_regs() 152 printk("%s CPU: %8d CR30: " RFMT " CR31: " RFMT "\n", in show_regs() 159 printk("%s RP(r2): " RFMT "\n", level, regs->gr[2]); in show_regs() 190 printk("%s [<" RFMT ">] %pS\n", in do_show_stack() 225 KERN_CRIT "%s (pid %d): %s (code %ld) at " RFMT "\n", in die_if_kernel() [all …]
|
Completed in 9 milliseconds