tag | line | file | source code |
high_buffer_start | 129 | arch/i386/boot/compressed/misc.c | static uch *high_buffer_start /* = (uch *)(((ulg)&end) + HEAP_SIZE)*/; |
high_buffer_start | 279 | arch/i386/boot/compressed/misc.c | if ((ulg)output_data == LOW_BUFFER_END) output_data=high_buffer_start; |
high_buffer_start | 347 | arch/i386/boot/compressed/misc.c | uch *high_buffer_start; int hcount; |
high_buffer_start | 352 | arch/i386/boot/compressed/misc.c | high_buffer_start = (uch *)(((ulg)&end) + HEAP_SIZE); |
high_buffer_start | 356 | arch/i386/boot/compressed/misc.c | free_mem_end_ptr = (long)high_buffer_start; |
high_buffer_start | 357 | arch/i386/boot/compressed/misc.c | if ( (0x100000 + LOW_BUFFER_SIZE) > ((ulg)high_buffer_start)) { |
high_buffer_start | 358 | arch/i386/boot/compressed/misc.c | high_buffer_start = (uch *)(0x100000 + LOW_BUFFER_SIZE); |
high_buffer_start | 362 | arch/i386/boot/compressed/misc.c | mv->high_buffer_start = high_buffer_start; |