Home
last modified time | relevance | path

Searched refs:type_of_loader (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/x86/platform/pvh/
H A Denlighten.c98 pvh_bootparams.hdr.type_of_loader = ((xen_guest ? 0x9 : 0xb) << 4) | 0; in init_pvh_bootparams()
/openbmc/u-boot/arch/x86/include/asm/
H A Dbootparam.h44 __u8 type_of_loader; member
/openbmc/linux/arch/x86/kernel/
H A Dsetup.c290 if (!boot_params.hdr.type_of_loader || in early_reserve_initrd()
304 if (!boot_params.hdr.type_of_loader || in reserve_initrd()
905 bootloader_type = boot_params.hdr.type_of_loader; in setup_arch()
H A Dkexec-bzimage64.c533 params->hdr.type_of_loader = 0x0D << 4; in bzImage64_load()
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dbootparam.h82 __u8 type_of_loader; member
/openbmc/u-boot/arch/x86/lib/
H A Dzimage.c253 hdr->type_of_loader = 8; in setup_zimage()
/openbmc/linux/Documentation/arch/x86/
H A Dboot.rst202 0210/1 2.00+ type_of_loader Boot loader identifier
413 Field name: type_of_loader
430 type_of_loader <- 0xE4
591 type_of_loader field. The total version number is considered to be
592 (type_of_loader & 0x0f) + (ext_loader_ver << 4).
602 Type: write (obligatory if (type_of_loader & 0xf0) == 0xe0)
608 type_of_loader field. If the type in type_of_loader is 0xE, then
611 This field is ignored if the type in type_of_loader is not 0xE.
1139 type_of_loader = <type code>;
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c506 hdr->type_of_loader = 0x21; in efi_pe_entry()
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c1450 boot_params.hdr.type_of_loader = (9 << 4) | 0; in xen_start_kernel()
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst92 ``type_of_loader`` field in the kernel header; the encoding is kept for
97 See the ``type_of_loader`` and ``ext_loader_type`` fields in
107 See the ``type_of_loader`` and ``ext_loader_ver`` fields in