Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dmisc.h49 void __puthex(unsigned long value);
51 #define error_puthex(__x) __puthex(__x)
56 #define debug_puthex(__x) __puthex(__x)
H A Dmisc.c158 void __puthex(unsigned long value) in __puthex() function