Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsetup.c151 int bootloader_type, bootloader_version; variable
866 bootloader_type = boot_params.hdr.type_of_loader; in setup_arch()
867 if ((bootloader_type >> 4) == 0xe) { in setup_arch()
868 bootloader_type &= 0xf; in setup_arch()
869 bootloader_type |= (boot_params.hdr.ext_loader_type+0x10) << 4; in setup_arch()
871 bootloader_version = bootloader_type & 0xf; in setup_arch()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dprocessor.h713 extern int bootloader_type;
/OK3568_Linux_fs/kernel/kernel/
H A Dsysctl.c2453 .data = &bootloader_type,
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dkernel.rst80 bootloader_type (x86 only)