Searched defs:debug_putstr (Results 1 – 2 of 2) sorted by relevance
74 #define debug_putstr(__x) __putstr(__x) macro84 static inline void debug_putstr(const char *s) in debug_putstr() function
24 #define debug_putstr(v) early_printk("%s", v) macro