Searched refs:RFMT (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/arch/parisc/kernel/ |
D | unaligned.c | 27 #define RFMT "%#08lx" macro 114 DPRINTF("load " RFMT ":" RFMT " to r%d for 2 bytes\n", in emulate_ldh() 128 DPRINTF("val = " RFMT "\n", val); in emulate_ldh() 142 DPRINTF("load " RFMT ":" RFMT " to r%d for 4 bytes\n", in emulate_ldw() 160 DPRINTF("val = " RFMT "\n", val); in emulate_ldw() 175 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() 391 printk(KERN_WARNING "%s(%d): unaligned access to " RFMT in handle_unaligned() [all …]
|
D | traps.c | 72 #define RFMT "%016lx" macro 74 #define RFMT "%08lx" macro 94 PRINTREGS(level, regs->gr, "r", RFMT, i); in print_gr() 138 PRINTREGS(level, regs->sr, "sr", RFMT, i); in show_regs() 146 printk("%sIASQ: " RFMT " " RFMT " IAOQ: " RFMT " " RFMT "\n", in show_regs() 148 printk("%s IIR: %08lx ISR: " RFMT " IOR: " RFMT "\n", in show_regs() 150 printk("%s CPU: %8d CR30: " RFMT " CR31: " RFMT "\n", in show_regs() 152 printk("%s ORIG_R28: " RFMT "\n", level, regs->orig_r28); in show_regs() 155 printk("%s IAOQ[0]: " RFMT "\n", level, regs->iaoq[0]); in show_regs() 156 printk("%s IAOQ[1]: " RFMT "\n", level, regs->iaoq[1]); in show_regs() [all …]
|