Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/
Dsetup.c207 int bootloader_type, bootloader_version; variable
911 bootloader_type = boot_params.hdr.type_of_loader; in setup_arch()
912 if ((bootloader_type >> 4) == 0xe) { in setup_arch()
913 bootloader_type &= 0xf; in setup_arch()
914 bootloader_type |= (boot_params.hdr.ext_loader_type+0x10) << 4; in setup_arch()
916 bootloader_version = bootloader_type & 0xf; in setup_arch()
/Linux-v5.4/arch/x86/include/asm/
Dprocessor.h771 extern int bootloader_type;
/Linux-v5.4/Documentation/admin-guide/sysctl/
Dkernel.rst30 - bootloader_type [ X86 only ]
148 bootloader_type:
/Linux-v5.4/kernel/
Dsysctl.c1044 .data = &bootloader_type,