Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dsetup.c205 int bootloader_type, bootloader_version; variable
889 bootloader_type = boot_params.hdr.type_of_loader; in setup_arch()
890 if ((bootloader_type >> 4) == 0xe) { in setup_arch()
891 bootloader_type &= 0xf; in setup_arch()
892 bootloader_type |= (boot_params.hdr.ext_loader_type+0x10) << 4; in setup_arch()
894 bootloader_version = bootloader_type & 0xf; in setup_arch()
/Linux-v4.19/arch/x86/include/asm/
Dprocessor.h786 extern int bootloader_type;
/Linux-v4.19/Documentation/sysctl/
Dkernel.txt24 - bootloader_type [ X86 only ]
142 bootloader_type:
/Linux-v4.19/kernel/
Dsysctl.c1005 .data = &bootloader_type,