Home
last modified time | relevance | path

Searched refs:debug_puthex (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dmisc.h55 #define debug_puthex(__x) __puthex(__x) macro
58 debug_puthex((unsigned long)(__x)); \
66 static inline void debug_puthex(unsigned long value) in debug_puthex() function
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dmisc.h73 #define debug_puthex(__x) __puthex(__x) macro
76 debug_puthex((unsigned long)(__x)); \
84 static inline void debug_puthex(unsigned long value) in debug_puthex() function
H A Dmisc.c490 debug_puthex(entry_offset); in extract_kernel()

Completed in 3 milliseconds