Searched defs:DEBUGP (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/mips/kernel/ |
H A D | signal-common.h | 17 # define DEBUGP(fmt, args...) printk("%s: " fmt, __func__, ##args) macro 19 # define DEBUGP(fmt, args...) macro
|
/openbmc/linux/arch/hexagon/kernel/ |
H A D | module.c | 17 #define DEBUGP(fmt , ...) macro
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | module.c | 17 #define DEBUGP(fmt, ...) no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) macro
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | module.c | 17 #define DEBUGP(fmt...) macro
|
/openbmc/linux/lib/ |
H A D | ts_bm.c | 47 #define DEBUGP(args, format...) macro
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | module.c | 44 # define DEBUGP printk macro 47 # define DEBUGP(fmt , a...) macro
|
/openbmc/linux/arch/x86/kernel/ |
H A D | module.c | 32 #define DEBUGP(fmt, ...) \ macro
|
/openbmc/linux/arch/s390/kernel/ |
H A D | module.c | 34 #define DEBUGP(fmt , ...) macro
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | signal.c | 41 # define DEBUGP(fmt, args...) printk("%s: " fmt, __func__, ##args) macro 43 # define DEBUGP(fmt, args...) macro
|