Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/
Dkexec-bzimage64.c304 if (!(header->xloadflags & XLF_KERNEL_64)) { in bzImage64_probe()
309 if (!(header->xloadflags & XLF_CAN_BE_LOADED_ABOVE_4G)) { in bzImage64_probe()
323 if (!(header->xloadflags & XLF_5LEVEL) && pgtable_l5_enabled()) { in bzImage64_probe()
/Linux-v5.4/arch/x86/include/uapi/asm/
Dbootparam.h81 __u16 xloadflags; member
/Linux-v5.4/Documentation/x86/
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
199 0236/2 2.12+ xloadflags Boot protocol option flags
680 Field name: xloadflags
/Linux-v5.4/arch/x86/boot/compressed/
Deboot.c466 hdr->xloadflags & XLF_CAN_BE_LOADED_ABOVE_4G) { in make_boot_params()