Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/boot/compressed/
Dmisc.h41 #define debug_putstr(__x) __putstr(__x) macro
45 static inline void debug_putstr(const char *s) in debug_putstr() function