Home
last modified time | relevance | path

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

/linux-4.1.27/arch/parisc/kernel/
Dunaligned.c35 #define DPRINTF(fmt, args...) do { printk(KERN_DEBUG "%s:%d:%s ", __FILE__, __LINE__, __func__ ); p… macro
37 #define DPRINTF(fmt, args...) macro
141 DPRINTF("load " RFMT ":" RFMT " to r%d for 2 bytes\n", in emulate_ldh()
161 DPRINTF("val = 0x" RFMT "\n", val); in emulate_ldh()
175 DPRINTF("load " RFMT ":" RFMT " to r%d for 4 bytes\n", in emulate_ldw()
199 DPRINTF("val = 0x" RFMT "\n", val); in emulate_ldw()
214 DPRINTF("load " RFMT ":" RFMT " to r%d for 8 bytes\n", in emulate_ldd()
272 DPRINTF("val = 0x%llx\n", val); in emulate_ldd()
290 DPRINTF("store r%d (0x" RFMT ") to " RFMT ":" RFMT " for 2 bytes\n", frreg, in emulate_sth()
325 DPRINTF("store r%d (0x" RFMT ") to " RFMT ":" RFMT " for 4 bytes\n", frreg, in emulate_stw()
[all …]
/linux-4.1.27/drivers/tty/serial/
Dsn_console.c117 #define DPRINTF(x...) sn_debug_printf(x) macro
119 #define DPRINTF(x...) do { } while (0) macro
579 DPRINTF("`"); in sn_transmit_chars()
674 DPRINTF("sn_console: about to switch to asynchronous console\n"); in sn_sal_switch_to_asynch()
724 DPRINTF("sn_console: switching to interrupt driven console\n"); in sn_sal_switch_to_interrupts()
1066 DPRINTF("sn_sal_serial_console_init : register console\n"); in sn_sal_serial_console_init()
/linux-4.1.27/arch/parisc/lib/
Dmemcpy.c95 #define DPRINTF(fmt, args...) do { printk(KERN_DEBUG "%s:%d:%s ", __FILE__, __LINE__, __func__ ); p… macro
97 #define DPRINTF(fmt, args...) macro
482 DPRINTF("pa_memcpy: fault type = %lu, len=%lu fault_addr=%lu ref=%lu\n", in pa_memcpy()