type_of_loader 439 arch/x86/boot/compressed/eboot.c hdr->type_of_loader = 0x21; type_of_loader 66 arch/x86/include/uapi/asm/bootparam.h __u8 type_of_loader; type_of_loader 477 arch/x86/kernel/kexec-bzimage64.c params->hdr.type_of_loader = 0x0D << 4; type_of_loader 349 arch/x86/kernel/setup.c if (!boot_params.hdr.type_of_loader || type_of_loader 363 arch/x86/kernel/setup.c if (!boot_params.hdr.type_of_loader || type_of_loader 911 arch/x86/kernel/setup.c bootloader_type = boot_params.hdr.type_of_loader; type_of_loader 95 arch/x86/platform/pvh/enlighten.c pvh_bootparams.hdr.type_of_loader = ((xen_guest ? 0x9 : 0xb) << 4) | 0; type_of_loader 1346 arch/x86/xen/enlighten_pv.c boot_params.hdr.type_of_loader = (9 << 4) | 0;