Home
last modified time | relevance | path

Searched refs:__putstr (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/x86/boot/compressed/
Dmisc.h40 void __putstr(const char *s);
42 #define error_putstr(__x) __putstr(__x)
47 #define debug_putstr(__x) __putstr(__x)
Dmisc.c107 void __putstr(const char *s) in __putstr() function
169 __putstr(alpha); in __puthex()