Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kernel/
Dsetup.c146 int bootloader_type, bootloader_version; variable
905 bootloader_type = boot_params.hdr.type_of_loader; in setup_arch()
906 if ((bootloader_type >> 4) == 0xe) { in setup_arch()
907 bootloader_type &= 0xf; in setup_arch()
908 bootloader_type |= (boot_params.hdr.ext_loader_type+0x10) << 4; in setup_arch()
910 bootloader_version = bootloader_type & 0xf; in setup_arch()
/Linux-v6.6/arch/x86/include/asm/
Dprocessor.h589 extern int bootloader_type;
/Linux-v6.6/kernel/
Dsysctl.c1886 .data = &bootloader_type,
/Linux-v6.6/Documentation/admin-guide/sysctl/
Dkernel.rst86 bootloader_type (x86 only)