Searched refs:BIOS_START_MAX (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/kernel/
H A Debda.c54 #define BIOS_START_MAX 0x9f000U /* 640K, absolute maximum */ macro
82 if (bios_start < BIOS_START_MIN || bios_start > BIOS_START_MAX)
83 bios_start = BIOS_START_MAX;
/linux-master/arch/x86/boot/compressed/
H A Dpgtable_64.c11 #define BIOS_START_MAX 0x9f000U /* 640K, absolute maximum */ macro
59 if (bios_start < BIOS_START_MIN || bios_start > BIOS_START_MAX)
60 bios_start = BIOS_START_MAX;

Completed in 117 milliseconds