Searched refs:bootloader_type (Results 1 – 3 of 3) sorted by relevance
147 int bootloader_type, bootloader_version; variable 800 bootloader_type = boot_params.hdr.type_of_loader; in setup_arch() 801 if ((bootloader_type >> 4) == 0xe) { in setup_arch() 802 bootloader_type &= 0xf; in setup_arch() 803 bootloader_type |= (boot_params.hdr.ext_loader_type+0x10) << 4; in setup_arch() 805 bootloader_version = bootloader_type & 0xf; in setup_arch()
613 extern int bootloader_type;
86 bootloader_type (x86 only)