Searched refs:BIOS_START_MIN (Results 1 – 2 of 2) sorted by relevance
53 #define BIOS_START_MIN 0x20000U /* 128K, less than this is insane */ macro82 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()
9 #define BIOS_START_MIN 0x20000U /* 128K, less than this is insane */ macro64 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()