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

/arch/parisc/kernel/
H A Dunaligned.c34 #define DPRINTF(fmt, args...) do { printk(KERN_DEBUG "%s:%d:%s ", __FILE__, __LINE__, __func__ ); printk(KERN_DEBUG fmt, ##args ); } while (0) macro
36 #define DPRINTF(fmt, args...) macro
140 DPRINTF("load " RFMT ":" RFMT " to r%d for 2 bytes\n",
160 DPRINTF("val = 0x" RFMT "\n", val);
174 DPRINTF("load " RFMT ":" RFMT " to r%d for 4 bytes\n",
198 DPRINTF("val = 0x" RFMT "\n", val);
213 DPRINTF("load " RFMT ":" RFMT " to r%d for 8 bytes\n",
271 DPRINTF("val = 0x%llx\n", val);
289 DPRINTF("store r%d (0x" RFMT ") to " RFMT ":" RFMT " for 2 bytes\n", frreg,
324 DPRINTF("stor
[all...]
/arch/parisc/lib/
H A Dmemcpy.c94 #define DPRINTF(fmt, args...) do { printk(KERN_DEBUG "%s:%d:%s ", __FILE__, __LINE__, __func__ ); printk(KERN_DEBUG fmt, ##args ); } while (0) macro
96 #define DPRINTF(fmt, args...) macro
264 DPRINTF("cda_ldw_exc: o_len=%lu fault_addr=%lu o_src=%lu ret=%lu\n",
271 DPRINTF("cda_stw_exc: o_len=%lu fault_addr=%lu o_dst=%lu ret=%lu\n",
458 DPRINTF("pmc_load_exc: o_len=%lu fault_addr=%lu o_src=%lu ret=%lu\n",
465 DPRINTF("pmc_store_exc: o_len=%lu fault_addr=%lu o_dst=%lu ret=%lu\n",

Completed in 228 milliseconds