Searched refs:DPRINTF (Results 1 – 1 of 1) sorted by relevance
/linux/arch/parisc/kernel/ |
A D | unaligned.c | 25 #define DPRINTF(fmt, args...) 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() 258 DPRINTF("val = 0x%llx\n", val); 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 …]
|
Completed in 7 milliseconds