Home
last modified time | relevance | path

Searched refs:BIOS_START_MIN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dpgtable_64.c8 #define BIOS_START_MIN 0x20000U /* 128K, less than this is insane */ macro
63 if (bios_start < BIOS_START_MIN || bios_start > BIOS_START_MAX) in find_trampoline_placement()
66 if (ebda_start > BIOS_START_MIN && ebda_start < bios_start) in find_trampoline_placement()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds