Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dsetup.c218 int bootloader_type, bootloader_version; variable
914 bootloader_type = boot_params.hdr.type_of_loader; in setup_arch()
915 if ((bootloader_type >> 4) == 0xe) { in setup_arch()
916 bootloader_type &= 0xf; in setup_arch()
917 bootloader_type |= (boot_params.hdr.ext_loader_type+0x10) << 4; in setup_arch()
919 bootloader_version = bootloader_type & 0xf; in setup_arch()
/arch/x86/include/asm/
Dprocessor.h681 extern int bootloader_type;