Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Debda.c53 #define BIOS_START_MIN 0x20000U /* 128K, less than this is insane */ macro
82 if (bios_start < BIOS_START_MIN || bios_start > BIOS_START_MAX) in reserve_bios_regions()
93 if (ebda_start >= BIOS_START_MIN && ebda_start < bios_start) in reserve_bios_regions()
/openbmc/linux/arch/x86/boot/compressed/
H A Dpgtable_64.c9 #define BIOS_START_MIN 0x20000U /* 128K, less than this is insane */ macro
59 if (bios_start < BIOS_START_MIN || bios_start > BIOS_START_MAX) in find_trampoline_placement()
62 if (ebda_start > BIOS_START_MIN && ebda_start < bios_start) in find_trampoline_placement()