Searched refs:bootloader_type (Results 1 – 4 of 4) sorted by relevance
217 int bootloader_type, bootloader_version; variable907 bootloader_type = boot_params.hdr.type_of_loader; in setup_arch()908 if ((bootloader_type >> 4) == 0xe) { in setup_arch()909 bootloader_type &= 0xf; in setup_arch()910 bootloader_type |= (boot_params.hdr.ext_loader_type+0x10) << 4; in setup_arch()912 bootloader_version = bootloader_type & 0xf; in setup_arch()
650 extern int bootloader_type;
24 - bootloader_type [ X86 only ]132 bootloader_type:
958 .data = &bootloader_type,