Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/
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()
/linux-6.3-rc2/arch/x86/boot/compressed/
A 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()

Completed in 4 milliseconds