Home
last modified time | relevance | path

Searched refs:__putstr (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dmisc.h47 void __putstr(const char *s);
49 #define error_putstr(__x) __putstr(__x)
54 #define debug_putstr(__x) __putstr(__x)
H A Dmisc.c109 void __putstr(const char *s) in __putstr() function
171 __putstr(alpha); in __puthex()
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dmisc.h65 void __putstr(const char *s);
67 #define error_putstr(__x) __putstr(__x)
72 #define debug_putstr(__x) __putstr(__x)
H A Dmisc.c118 void __putstr(const char *s) in __putstr() function
180 __putstr(alpha); in __puthex()

Completed in 3 milliseconds