Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/boot/compressed/
H A Dmisc.h66 void __puthex(unsigned long value);
68 #define error_puthex(__x) __puthex(__x)
73 #define debug_puthex(__x) __puthex(__x)
H A Dmisc.c167 void __puthex(unsigned long value) in __puthex() function