Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Debda.c58 unsigned int bios_start, ebda_start; in reserve_bios_regions() local
74 bios_start = *(unsigned short *)__va(BIOS_RAM_SIZE_KB_PTR); in reserve_bios_regions()
75 bios_start <<= 10; in reserve_bios_regions()
82 if (bios_start < BIOS_START_MIN || bios_start > BIOS_START_MAX) in reserve_bios_regions()
83 bios_start = BIOS_START_MAX; 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()
97 memblock_reserve(bios_start, 0x100000 - bios_start); in reserve_bios_regions()
/linux/arch/x86/pci/
H A Dirq.c173 u8 * const bios_start = (u8 *)__va(0xf0000); in pirq_find_routing_table() local
185 for (addr = bios_start; in pirq_find_routing_table()
192 for (addr = bios_start; in pirq_find_routing_table()