Home
last modified time | relevance | path

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

/arch/x86/kernel/
Debda.c57 unsigned int bios_start, ebda_start; in reserve_bios_regions() local
73 bios_start = *(unsigned short *)__va(BIOS_RAM_SIZE_KB_PTR); in reserve_bios_regions()
74 bios_start <<= 10; in reserve_bios_regions()
81 if (bios_start < BIOS_START_MIN || bios_start > BIOS_START_MAX) in reserve_bios_regions()
82 bios_start = BIOS_START_MAX; in reserve_bios_regions()
92 if (ebda_start >= BIOS_START_MIN && ebda_start < bios_start) in reserve_bios_regions()
93 bios_start = ebda_start; in reserve_bios_regions()
96 memblock_reserve(bios_start, 0x100000 - bios_start); in reserve_bios_regions()