Home
last modified time | relevance | path

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

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