Home
last modified time | relevance | path

Searched refs:ebda_start (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/kernel/
H A Debda.c58 unsigned int bios_start, ebda_start; in reserve_bios_regions() local
86 ebda_start = get_bios_ebda(); in reserve_bios_regions()
93 if (ebda_start >= BIOS_START_MIN && ebda_start < bios_start) in reserve_bios_regions()
94 bios_start = ebda_start; in reserve_bios_regions()