Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
A Dsetup.c148 int bootloader_type, bootloader_version; variable
806 bootloader_type = boot_params.hdr.type_of_loader; in setup_arch()
807 if ((bootloader_type >> 4) == 0xe) { in setup_arch()
808 bootloader_type &= 0xf; in setup_arch()
809 bootloader_type |= (boot_params.hdr.ext_loader_type+0x10) << 4; in setup_arch()
811 bootloader_version = bootloader_type & 0xf; in setup_arch()
/linux/arch/x86/include/asm/
A Dprocessor.h705 extern int bootloader_type;
/linux/kernel/
A Dsysctl.c2451 .data = &bootloader_type,
/linux/Documentation/admin-guide/sysctl/
A Dkernel.rst81 bootloader_type (x86 only)

Completed in 15 milliseconds