Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dsetup.c149 int bootloader_type, bootloader_version; variable
175 .data = &bootloader_type,
542 bootloader_type = boot_params.hdr.type_of_loader; in parse_boot_params()
543 if ((bootloader_type >> 4) == 0xe) { in parse_boot_params()
544 bootloader_type &= 0xf; in parse_boot_params()
545 bootloader_type |= (boot_params.hdr.ext_loader_type+0x10) << 4; in parse_boot_params()
547 bootloader_version = bootloader_type & 0xf; in parse_boot_params()
/linux/arch/x86/include/asm/
H A Dprocessor.h603 extern int bootloader_type;
/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst86 bootloader_type (x86 only)