Searched defs:DEBUGP (Results 1 – 13 of 13) sorted by relevance
/arch/mips/kernel/ |
D | signal-common.h | 17 # define DEBUGP(fmt, args...) printk("%s: " fmt, __func__, ##args) macro 19 # define DEBUGP(fmt, args...) macro
|
/arch/frv/kernel/ |
D | module.c | 22 #define DEBUGP(fmt...) macro
|
/arch/tile/kernel/ |
D | module.c | 28 #define DEBUGP printk macro 30 #define DEBUGP(fmt...) macro
|
/arch/cris/kernel/ |
D | module.c | 29 #define DEBUGP(fmt , ...) macro
|
/arch/mn10300/kernel/ |
D | module.c | 32 #define DEBUGP(fmt, ...) macro
|
/arch/m32r/kernel/ |
D | module.c | 28 #define DEBUGP(fmt...) macro
|
/arch/hexagon/kernel/ |
D | module.c | 30 #define DEBUGP(fmt , ...) macro
|
/arch/m68k/kernel/ |
D | module.c | 17 #define DEBUGP(fmt...) macro
|
/arch/x86/kernel/ |
D | module.c | 43 #define DEBUGP(fmt, ...) \ macro
|
/arch/alpha/kernel/ |
D | module.c | 29 #define DEBUGP(fmt...) macro
|
/arch/s390/kernel/ |
D | module.c | 41 #define DEBUGP(fmt , ...) macro
|
/arch/ia64/kernel/ |
D | module.c | 42 # define DEBUGP printk macro 45 # define DEBUGP(fmt , a...) macro
|
/arch/parisc/kernel/ |
D | module.c | 73 #define DEBUGP(fmt...) macro
|