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

/linux-master/arch/mips/boot/compressed/
H A Ddecompress.h12 extern void puthex(unsigned long long val);
16 #define puthex(val) do {} while (0) macro
H A Ddecompress.c88 puthex(zimage_start);
90 puthex(zimage_size + zimage_start);
99 puthex(VMLINUX_LOAD_ADDRESS_ULL);
119 puthex(VMLINUX_LOAD_ADDRESS_ULL + image_size);
H A Ddbg.c28 void puthex(unsigned long long val) function

Completed in 102 milliseconds