Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/boot/compressed/
Dmisc.h57 void __puthex(unsigned long value);
59 #define error_puthex(__x) __puthex(__x)
64 #define debug_puthex(__x) __puthex(__x)
Dmisc.c167 void __puthex(unsigned long value) in __puthex() function