Searched refs:RFMT (Results 1 – 3 of 3) sorted by relevance
/arch/parisc/kernel/ |
D | unaligned.c | 41 #define RFMT "%016lx" macro 43 #define RFMT "%08lx" macro 141 DPRINTF("load " RFMT ":" RFMT " to r%d for 2 bytes\n", in emulate_ldh() 161 DPRINTF("val = 0x" RFMT "\n", val); in emulate_ldh() 175 DPRINTF("load " RFMT ":" RFMT " to r%d for 4 bytes\n", in emulate_ldw() 199 DPRINTF("val = 0x" RFMT "\n", val); in emulate_ldw() 214 DPRINTF("load " RFMT ":" RFMT " to r%d for 8 bytes\n", in emulate_ldd() 290 DPRINTF("store r%d (0x" RFMT ") to " RFMT ":" RFMT " for 2 bytes\n", frreg, in emulate_sth() 325 DPRINTF("store r%d (0x" RFMT ") to " RFMT ":" RFMT " for 4 bytes\n", frreg, in emulate_stw() 371 DPRINTF("store r%d (0x%016llx) to " RFMT ":" RFMT " for 8 bytes\n", frreg, in emulate_std() [all …]
|
D | traps.c | 62 #define RFMT "%016lx" macro 64 #define RFMT "%08lx" macro 84 PRINTREGS(level, regs->gr, "r", RFMT, i); in print_gr() 128 PRINTREGS(level, regs->sr, "sr", RFMT, i); in show_regs() 136 printk("%sIASQ: " RFMT " " RFMT " IAOQ: " RFMT " " RFMT "\n", in show_regs() 138 printk("%s IIR: %08lx ISR: " RFMT " IOR: " RFMT "\n", in show_regs() 140 printk("%s CPU: %8d CR30: " RFMT " CR31: " RFMT "\n", in show_regs() 142 printk("%s ORIG_R28: " RFMT "\n", level, regs->orig_r28); in show_regs() 145 printk("%s IAOQ[0]: " RFMT "\n", level, regs->iaoq[0]); in show_regs() 146 printk("%s IAOQ[1]: " RFMT "\n", level, regs->iaoq[1]); in show_regs() [all …]
|
/arch/mips/ralink/ |
D | mt7620.c | 415 #define RFMT(label) label ":%lu.%03luMHz " in ralink_clk_init() macro 438 pr_debug(RFMT("XTAL") RFMT("CPU_PLL") RFMT("PLL"), in ralink_clk_init() 446 pr_debug(RFMT("CPU") RFMT("DRAM") RFMT("SYS") RFMT("PERIPH"), in ralink_clk_init() 453 #undef RFMT in ralink_clk_init()
|