Home
last modified time | relevance | path

Searched defs:Dprintk (Results 1 – 4 of 4) sorted by relevance

/arch/m32r/kernel/
Dsmpboot.c59 #define Dprintk(x...) printk(x) macro
61 #define Dprintk(x...) macro
/arch/ia64/kernel/
Dsmpboot.c64 #define Dprintk(x...) printk(x) macro
66 #define Dprintk(x...) macro
/arch/mn10300/kernel/
Dsmp.c56 #define Dprintk(fmt, ...) printk(KERN_DEBUG fmt, ##__VA_ARGS__) macro
58 #define Dprintk(fmt, ...) no_printk(KERN_DEBUG fmt, ##__VA_ARGS__) macro
/arch/x86/kernel/cpu/mtrr/
Dcleanup.c60 #define Dprintk(x...) do { if (debug_print) printk(KERN_DEBUG x); } while (0) macro