Searched refs:RFMT (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/parisc/kernel/ |
D | unaligned.c | 28 #define RFMT "%#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() 390 printk(KERN_WARNING "%s(%d): unaligned access to " RFMT in handle_unaligned() [all …]
|
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() 154 printk("%s ORIG_R28: " RFMT "\n", level, regs->orig_r28); in show_regs() 157 printk("%s IAOQ[0]: " RFMT "\n", level, regs->iaoq[0]); in show_regs() 158 printk("%s IAOQ[1]: " RFMT "\n", level, regs->iaoq[1]); in show_regs() [all …]
|