Searched refs:low_buffer_end (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/boot/compressed/
H A Dmisc.c109 static unsigned int low_buffer_end, low_buffer_size; variable
262 if ((ulg)output_data == low_buffer_end) output_data=high_buffer_start;
310 low_buffer_end = ((unsigned int)real_mode > LOW_BUFFER_MAX
312 low_buffer_size = low_buffer_end - LOW_BUFFER_START;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/boot/compressed/
H A Dmisc.c121 static unsigned int low_buffer_end, low_buffer_size; variable
274 if ((ulg)output_data == low_buffer_end) output_data=high_buffer_start;
331 low_buffer_end = ((unsigned int)real_mode > LOW_BUFFER_MAX
333 low_buffer_size = low_buffer_end - LOW_BUFFER_START;

Completed in 73 milliseconds