Searched defs:new_bios_entry (Results 1 - 1 of 1) sorted by relevance

/arch/x86/kernel/
H A De820.c266 int new_bios_entry; local
305 new_bios_entry = 0; /* index for creating new bios map entries */
348 new_bios[new_bios_entry].size =
354 if (new_bios[new_bios_entry].size != 0)
359 if (++new_bios_entry >= max_nr_map)
363 new_bios[new_bios_entry].addr =
365 new_bios[new_bios_entry].type = current_type;
372 new_nr = new_bios_entry;

Completed in 257 milliseconds