bootloader_type   771 arch/x86/include/asm/processor.h extern int			bootloader_type;
bootloader_type   207 arch/x86/kernel/setup.c int bootloader_type, bootloader_version;
bootloader_type   911 arch/x86/kernel/setup.c 	bootloader_type = boot_params.hdr.type_of_loader;
bootloader_type   912 arch/x86/kernel/setup.c 	if ((bootloader_type >> 4) == 0xe) {
bootloader_type   913 arch/x86/kernel/setup.c 		bootloader_type &= 0xf;
bootloader_type   914 arch/x86/kernel/setup.c 		bootloader_type |= (boot_params.hdr.ext_loader_type+0x10) << 4;
bootloader_type   916 arch/x86/kernel/setup.c 	bootloader_version  = bootloader_type & 0xf;
bootloader_type  1044 kernel/sysctl.c 		.data		= &bootloader_type,