Searched refs:RFMT (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/parisc/kernel/ |
| H A D | unaligned.c | 29 #define RFMT "0x%08lx" macro 117 DPRINTF("load " RFMT ":" RFMT " to r%d for 2 bytes\n", in emulate_ldh() 131 DPRINTF("val = " RFMT "\n", val); in emulate_ldh() 145 DPRINTF("load " RFMT ":" RFMT " to r%d for 4 bytes\n", in emulate_ldw() 163 DPRINTF("val = " RFMT "\n", val); in emulate_ldw() 179 DPRINTF("load " RFMT ":" RFMT " to r%d for 8 bytes\n", in emulate_ldd() 238 DPRINTF("store r%d (" RFMT ") to " RFMT ":" RFMT " for 2 bytes\n", frreg, in emulate_sth() 267 DPRINTF("store r%d (" RFMT ") to " RFMT ":" RFMT " for 4 bytes\n", frreg, in emulate_stw() 308 DPRINTF("store r%d (0x%016llx) to " RFMT ":" RFMT " for 8 bytes\n", frreg, in emulate_std() 392 printk(KERN_WARNING "%s(%d): unaligned access to " RFMT in handle_unaligned() [all …]
|
| H A D | traps.c | 75 #define RFMT "%016lx" macro 77 #define RFMT "%08lx" macro 97 PRINTREGS(level, regs->gr, "r", RFMT, i); in print_gr() 141 PRINTREGS(level, regs->sr, "sr", RFMT, i); in show_regs() 149 printk("%sIASQ: " RFMT " " RFMT " IAOQ: " RFMT " " RFMT "\n", in show_regs() 151 printk("%s IIR: %08lx ISR: " RFMT " IOR: " RFMT "\n", in show_regs() 153 printk("%s CPU: %8d CR30: " RFMT " CR31: " RFMT "\n", in show_regs() 155 printk("%s ORIG_R28: " RFMT "\n", level, regs->orig_r28); in show_regs() 158 printk("%s IAOQ[0]: " RFMT "\n", level, regs->iaoq[0]); in show_regs() 159 printk("%s IAOQ[1]: " RFMT "\n", level, regs->iaoq[1]); in show_regs() [all …]
|