Lines Matching refs:RFMT
25 #define RFMT "%#08lx" macro
112 DPRINTF("load " RFMT ":" RFMT " to r%d for 2 bytes\n", in emulate_ldh()
126 DPRINTF("val = " RFMT "\n", val); in emulate_ldh()
140 DPRINTF("load " RFMT ":" RFMT " to r%d for 4 bytes\n", in emulate_ldw()
158 DPRINTF("val = " RFMT "\n", val); in emulate_ldw()
173 DPRINTF("load " RFMT ":" RFMT " to r%d for 8 bytes\n", in emulate_ldd()
236 DPRINTF("store r%d (" RFMT ") to " RFMT ":" RFMT " for 2 bytes\n", frreg, in emulate_sth()
265 DPRINTF("store r%d (" RFMT ") to " RFMT ":" RFMT " for 4 bytes\n", frreg, in emulate_stw()
306 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()
391 " at ip " RFMT " (iir " RFMT ")\n", in handle_unaligned()