taglinefilesource code
high_buffer_start129arch/i386/boot/compressed/misc.cstatic uch *high_buffer_start /* = (uch *)(((ulg)&end) + HEAP_SIZE)*/;
high_buffer_start279arch/i386/boot/compressed/misc.cif ((ulg)output_data == LOW_BUFFER_END) output_data=high_buffer_start;
high_buffer_start347arch/i386/boot/compressed/misc.cuch *high_buffer_start; int hcount;
high_buffer_start352arch/i386/boot/compressed/misc.chigh_buffer_start = (uch *)(((ulg)&end) + HEAP_SIZE);
high_buffer_start356arch/i386/boot/compressed/misc.cfree_mem_end_ptr = (long)high_buffer_start;
high_buffer_start357arch/i386/boot/compressed/misc.cif ( (0x100000 + LOW_BUFFER_SIZE) > ((ulg)high_buffer_start)) {
high_buffer_start358arch/i386/boot/compressed/misc.chigh_buffer_start = (uch *)(0x100000 + LOW_BUFFER_SIZE);
high_buffer_start362arch/i386/boot/compressed/misc.cmv->high_buffer_start = high_buffer_start;