Searched defs:debug_putstr (Results 1 – 2 of 2) sorted by relevance
72 #define debug_putstr( global() macro 82 static inline void debug_putstr(const char *s) debug_putstr() function
24 #define debug_putstr(v) early_printk("%s", v) macro