Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/arch/x86/boot/compressed/
Dmisc.h47 #define debug_puthex(__x) __puthex(__x) macro
58 static inline void debug_puthex(const char *s) in debug_puthex() function
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
Dmisc.h55 #define debug_puthex(__x) __puthex(__x) macro
66 static inline void debug_puthex(unsigned long value) in debug_puthex() function