Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A Dsetup.c150 int bootloader_type, bootloader_version; variable
169 .data = &bootloader_type,
512 bootloader_type = boot_params.hdr.type_of_loader; in parse_boot_params()
513 if ((bootloader_type >> 4) == 0xe) { in parse_boot_params()
514 bootloader_type &= 0xf; in parse_boot_params()
515 bootloader_type |= (boot_params.hdr.ext_loader_type+0x10) << 4; in parse_boot_params()
517 bootloader_version = bootloader_type & 0xf; in parse_boot_params()
/linux-6.15/arch/x86/include/asm/
H A Dprocessor.h604 extern int bootloader_type;
/linux-6.15/Documentation/admin-guide/sysctl/
H A Dkernel.rst86 bootloader_type (x86 only)