Home
last modified time | relevance | path

Searched refs:RFMT (Results 1 – 3 of 3) sorted by relevance

/linux/arch/parisc/kernel/
A Dunaligned.c29 #define RFMT "%016lx" macro
31 #define RFMT "%08lx" macro
127 DPRINTF("load " RFMT ":" RFMT " to r%d for 2 bytes\n", in emulate_ldh()
147 DPRINTF("val = 0x" RFMT "\n", val); in emulate_ldh()
161 DPRINTF("load " RFMT ":" RFMT " to r%d for 4 bytes\n", in emulate_ldw()
185 DPRINTF("val = 0x" RFMT "\n", val); in emulate_ldw()
200 DPRINTF("load " RFMT ":" RFMT " to r%d for 8 bytes\n", in emulate_ldd()
276 DPRINTF("store r%d (0x" RFMT ") to " RFMT ":" RFMT " for 2 bytes\n", frreg, in emulate_sth()
311 DPRINTF("store r%d (0x" RFMT ") to " RFMT ":" RFMT " for 4 bytes\n", frreg, in emulate_stw()
357 DPRINTF("store r%d (0x%016llx) to " RFMT ":" RFMT " for 8 bytes\n", frreg, in emulate_std()
[all …]
A Dtraps.c68 #define RFMT "%016lx" macro
70 #define RFMT "%08lx" macro
90 PRINTREGS(level, regs->gr, "r", RFMT, i); in print_gr()
134 PRINTREGS(level, regs->sr, "sr", RFMT, i); in show_regs()
142 printk("%sIASQ: " RFMT " " RFMT " IAOQ: " RFMT " " RFMT "\n", in show_regs()
144 printk("%s IIR: %08lx ISR: " RFMT " IOR: " RFMT "\n", in show_regs()
146 printk("%s CPU: %8d CR30: " RFMT " CR31: " RFMT "\n", in show_regs()
153 printk("%s RP(r2): " RFMT "\n", level, regs->gr[2]); in show_regs()
184 printk("%s [<" RFMT ">] %pS\n", in do_show_stack()
219 KERN_CRIT "%s (pid %d): %s (code %ld) at " RFMT "\n", in die_if_kernel()
[all …]
/linux/arch/mips/ralink/
A Dmt7620.c203 #define RFMT(label) label ":%lu.%03luMHz " in ralink_clk_init() macro
228 pr_debug(RFMT("XTAL") RFMT("CPU_PLL") RFMT("PLL"), in ralink_clk_init()
236 pr_debug(RFMT("CPU") RFMT("DRAM") RFMT("SYS") RFMT("PERIPH"), in ralink_clk_init()
243 #undef RFMT in ralink_clk_init()

Completed in 7 milliseconds