Home
last modified time | relevance | path

Searched refs:output_ptr (Results 1 – 5 of 5) sorted by relevance

/arch/unicore32/boot/compressed/
Dmisc.c20 unsigned long output_ptr; variable
119 output_ptr = get_unaligned_le32(tmp); in decompress_kernel()
125 return output_ptr; in decompress_kernel()
/arch/alpha/boot/
Dmisc.c87 static ulg output_ptr; variable
129 out = &output_data[output_ptr]; in flush_window()
136 output_ptr += (ulg)outcnt; in flush_window()
172 return output_ptr; in decompress_kernel()
/arch/h8300/boot/compressed/
Dmisc.c76 static unsigned long output_ptr = 0; variable
146 out = &output_data[output_ptr]; in flush_window()
153 output_ptr += (ulg)outcnt; in flush_window()
173 output_ptr = (unsigned long)0x400000; in decompress_kernel()
/arch/cris/boot/compressed/
Dmisc.c115 static unsigned long output_ptr; variable
206 out = &output_data[output_ptr]; in flush_window()
215 output_ptr += (ulg)outcnt; in flush_window()
/arch/mn10300/boot/compressed/
Dmisc.c153 static unsigned long output_ptr; variable
266 out = &output_data[output_ptr]; in flush_window_low()
273 output_ptr += (ulg)outcnt; in flush_window_low()