Searched refs:output_len (Results 1 – 5 of 5) sorted by relevance
| /arch/x86/boot/compressed/ |
| A D | misc.c | 198 static void handle_relocations(void *output, unsigned long output_len, in handle_relocations() argument 252 for (reloc = output + output_len - sizeof(*reloc); *reloc; reloc--) { in handle_relocations() 276 static inline void handle_relocations(void *output, unsigned long output_len, in handle_relocations() argument 340 extern unsigned int input_len, output_len; 352 if (__decompress(input_data, input_len, NULL, NULL, outbuf, output_len, in decompress_kernel() 357 handle_relocations(outbuf, output_len, virt_addr); in decompress_kernel() 470 needed_size = max_t(unsigned long, output_len, kernel_total_size); in extract_kernel() 479 debug_putaddr(output_len); in extract_kernel()
|
| /arch/sh/boot/compressed/ |
| A D | vmlinux.scr | 7 output_len = . - 4; symbol
|
| /arch/parisc/boot/compressed/ |
| A D | vmlinux.scr | 7 output_len = . - 4; /* can be at unaligned address */ symbol
|
| A D | misc.c | 29 extern char output_len; 312 vmlinux_len = get_unaligned_le32(&output_len); in decompress_kernel()
|
| /arch/x86/include/asm/ |
| A D | boot.h | 83 extern unsigned int output_len;
|
Completed in 14 milliseconds