Home
last modified time | relevance | path

Searched refs:xloadflags (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Dkexec-bzimage64.c354 if (!(header->xloadflags & XLF_KERNEL_64)) { in bzImage64_probe()
359 if (!(header->xloadflags & XLF_CAN_BE_LOADED_ABOVE_4G)) { in bzImage64_probe()
373 if (!(header->xloadflags & XLF_5LEVEL) && pgtable_l5_enabled()) { in bzImage64_probe()
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dbootparam.h97 __u16 xloadflags; member
/openbmc/linux/arch/x86/boot/compressed/
H A Dmisc.c371 hdr->xloadflags |= XLF_MEM_ENCRYPTION; in parse_mem_encrypt()
/openbmc/linux/arch/x86/mm/
H A Dmem_encrypt_identity.c540 if (!(bp->hdr.xloadflags & XLF_MEM_ENCRYPTION)) in sme_enable()
/openbmc/linux/Documentation/arch/x86/
H A Dboot.rst64 Protocol 2.12 (Kernel 3.8) Added the xloadflags field and extension fields
69 xloadflags to support booting a 64-bit kernel from 32-bit
84 xloadflags (in this case the protocol version number should not be
217 0236/2 2.12+ xloadflags Boot protocol option flags
696 Field name: xloadflags
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c932 hdr->xloadflags |= XLF_MEM_ENCRYPTION; in efi_stub_entry()