Searched refs:bootloader_type (Results 1 – 3 of 3) sorted by relevance
148 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()
603 extern int bootloader_type;
86 bootloader_type (x86 only)