Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/boot/compressed/
Dmisc.h41 void __puthex(unsigned long value);
43 #define error_puthex(__x) __puthex(__x)
48 #define debug_puthex(__x) __puthex(__x)
Dmisc.c156 void __puthex(unsigned long value) in __puthex() function