Home
last modified time | relevance | path

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

/linux/arch/parisc/kernel/
H A Dunaligned.c22 #define DPRINTF(fmt, args...) do { printk(KERN_DEBUG "%s:%d:%s ", __FILE__, __LINE__, __func__ ); p… macro
24 #define DPRINTF(fmt, args...) macro
115 DPRINTF("load " RFMT ":" RFMT " to r%d for 2 bytes\n", in emulate_ldh()
129 DPRINTF("val = " RFMT "\n", val); in emulate_ldh()
143 DPRINTF("load " RFMT ":" RFMT " to r%d for 4 bytes\n", in emulate_ldw()
161 DPRINTF("val = " RFMT "\n", val); in emulate_ldw()
177 DPRINTF("load " RFMT ":" RFMT " to r%d for 8 bytes\n", in emulate_ldd()
218 DPRINTF("val = 0x%llx\n", val); 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()
[all …]