Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/platform/pvh/
Denlighten.c95 pvh_bootparams.hdr.type_of_loader = ((xen_guest ? 0x9 : 0xb) << 4) | 0; in init_pvh_bootparams()
/linux-5.19.10/arch/x86/kernel/
Dsetup.c288 if (!boot_params.hdr.type_of_loader || in early_reserve_initrd()
302 if (!boot_params.hdr.type_of_loader || in reserve_initrd()
842 bootloader_type = boot_params.hdr.type_of_loader; in setup_arch()
Dkexec-bzimage64.c465 params->hdr.type_of_loader = 0x0D << 4; in bzImage64_load()
/linux-5.19.10/arch/x86/include/uapi/asm/
Dbootparam.h80 __u8 type_of_loader; member
/linux-5.19.10/Documentation/x86/
Dboot.rst202 0210/1 2.00+ type_of_loader Boot loader identifier
413 Field name: type_of_loader
430 type_of_loader <- 0xE4
590 type_of_loader field. The total version number is considered to be
591 (type_of_loader & 0x0f) + (ext_loader_ver << 4).
601 Type: write (obligatory if (type_of_loader & 0xf0) == 0xe0)
607 type_of_loader field. If the type in type_of_loader is 0xE, then
610 This field is ignored if the type in type_of_loader is not 0xE.
1138 type_of_loader = <type code>;
/linux-5.19.10/drivers/firmware/efi/libstub/
Dx86-stub.c507 hdr->type_of_loader = 0x21; in efi_pe_entry()
/linux-5.19.10/arch/x86/xen/
Denlighten_pv.c1324 boot_params.hdr.type_of_loader = (9 << 4) | 0; in xen_start_kernel()
/linux-5.19.10/Documentation/admin-guide/sysctl/
Dkernel.rst87 ``type_of_loader`` field in the kernel header; the encoding is kept for
92 See the ``type_of_loader`` and ``ext_loader_type`` fields in
102 See the ``type_of_loader`` and ``ext_loader_ver`` fields in