Home
last modified time | relevance | path

Searched defs:debug_putstr (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/boot/compressed/
H A Dmisc.h74 #define debug_putstr(__x) __putstr(__x) macro
84 static inline void debug_putstr(const char *s) in debug_putstr() function
/linux/arch/x86/lib/
H A Dkaslr.c24 #define debug_putstr(v) early_printk("%s", v) macro