Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kernel/ !
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()
/linux-5.19.10/arch/x86/boot/compressed/ !
Dpgtable_64.c9 #define BIOS_START_MIN 0x20000U /* 128K, less than this is insane */ macro
64 if (bios_start < BIOS_START_MIN || bios_start > BIOS_START_MAX) in find_trampoline_placement()
67 if (ebda_start > BIOS_START_MIN && ebda_start < bios_start) in find_trampoline_placement()