Lines Matching refs:DPRINTF
49 #define DPRINTF(fmt, args...) do { printk(KERN_DEBUG "%s:%d:%s ", __FILE__, __LINE__, __FUNCTION__ … macro
51 #define DPRINTF(fmt, args...) macro
130 DPRINTF("load " RFMT ":" RFMT " to r%d for 2 bytes\n", in emulate_ldh()
142 DPRINTF("val = 0x" RFMT "\n", val); in emulate_ldh()
154 DPRINTF("load " RFMT ":" RFMT " to r%d for 4 bytes\n", in emulate_ldw()
170 DPRINTF("val = 0x" RFMT "\n", val); in emulate_ldw()
183 DPRINTF("load " RFMT ":" RFMT " to r%d for 8 bytes\n", in emulate_ldd()
199 DPRINTF("val = 0x" RFMT "\n", val); in emulate_ldd()
214 DPRINTF("store r%d (0x" RFMT ") to " RFMT ":" RFMT " for 2 bytes\n", frreg, in emulate_sth()
234 DPRINTF("store r%d (0x" RFMT ") to " RFMT ":" RFMT " for 4 bytes\n", frreg, in emulate_stw()
267 DPRINTF("store r%d (0x" RFMT ") to " RFMT ":" RFMT " for 8 bytes\n", frreg, in emulate_std()
526 DPRINTF("ret = %d\n", ret); in handle_unaligned()