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.c148 int bootloader_type, bootloader_version; variable
173 .procname = "bootloader_type",
174 .data = &bootloader_type,
538 bootloader_type = boot_params.hdr.type_of_loader; in parse_boot_params()
539 if ((bootloader_type >> 4) == 0xe) { in parse_boot_params()
540 bootloader_type &= 0xf; in parse_boot_params()
541 bootloader_type |= (boot_params.hdr.ext_loader_type+0x10) << 4; in parse_boot_params()
543 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)