Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kernel/
Dsetup.c144 int bootloader_type, bootloader_version; variable
842 bootloader_type = boot_params.hdr.type_of_loader; in setup_arch()
843 if ((bootloader_type >> 4) == 0xe) { in setup_arch()
844 bootloader_type &= 0xf; in setup_arch()
845 bootloader_type |= (boot_params.hdr.ext_loader_type+0x10) << 4; in setup_arch()
847 bootloader_version = bootloader_type & 0xf; in setup_arch()
/linux-5.19.10/arch/x86/include/asm/
Dprocessor.h707 extern int bootloader_type;
/linux-5.19.10/kernel/
Dsysctl.c1876 .data = &bootloader_type,
/linux-5.19.10/Documentation/admin-guide/sysctl/
Dkernel.rst81 bootloader_type (x86 only)