Home
last modified time | relevance | path

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

/arch/x86/kernel/
Debda.c53 #define BIOS_START_MAX 0x9f000U /* 640K, absolute maximum */ macro
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()