Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dsetup.c147 int bootloader_type, bootloader_version; variable
797 bootloader_type = boot_params.hdr.type_of_loader; in setup_arch()
798 if ((bootloader_type >> 4) == 0xe) { in setup_arch()
799 bootloader_type &= 0xf; in setup_arch()
800 bootloader_type |= (boot_params.hdr.ext_loader_type+0x10) << 4; in setup_arch()
802 bootloader_version = bootloader_type & 0xf; in setup_arch()
/linux/arch/x86/include/asm/
H A Dprocessor.h592 extern int bootloader_type;
/linux/kernel/
H A Dsysctl.c1881 .data = &bootloader_type,
/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst86 bootloader_type (x86 only)