Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
A Dkexec-bzimage64.c361 if (!(header->xloadflags & XLF_KERNEL_64)) { in bzImage64_probe()
366 if (!(header->xloadflags & XLF_CAN_BE_LOADED_ABOVE_4G)) { in bzImage64_probe()
380 if (!(header->xloadflags & XLF_5LEVEL) && pgtable_l5_enabled()) { in bzImage64_probe()
/linux/arch/x86/include/uapi/asm/
A Dbootparam.h67 __u16 xloadflags; member
/linux/arch/x86/boot/compressed/
A Dmisc.c385 hdr->xloadflags |= XLF_MEM_ENCRYPTION; in parse_mem_encrypt()
/linux/arch/x86/mm/
A Dmem_encrypt_identity.c540 if (!(bp->hdr.xloadflags & XLF_MEM_ENCRYPTION)) in sme_enable()
/linux/Documentation/arch/x86/
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
/linux/drivers/firmware/efi/libstub/
A Dx86-stub.c996 hdr->xloadflags |= XLF_MEM_ENCRYPTION; in efi_stub_entry()

Completed in 14 milliseconds