debug_putstr 50 arch/x86/boot/compressed/misc.h #define debug_putstr(__x) __putstr(__x) debug_putstr 60 arch/x86/boot/compressed/misc.h static inline void debug_putstr(const char *s) debug_putstr 24 arch/x86/lib/kaslr.c #define debug_putstr(v) early_printk("%s", v)