Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/uapi/asm/
Dbootparam.h77 __u16 xloadflags; member
/linux-4.1.27/arch/x86/kernel/
Dkexec-bzimage64.c303 if (!(header->xloadflags & XLF_KERNEL_64)) { in bzImage64_probe()
308 if (!(header->xloadflags & XLF_CAN_BE_LOADED_ABOVE_4G)) { in bzImage64_probe()
/linux-4.1.27/Documentation/x86/
Dboot.txt60 Protocol 2.12: (Kernel 3.8) Added the xloadflags field and extension fields
189 0236/2 2.12+ xloadflags Boot protocol option flags
596 Field name: xloadflags
/linux-4.1.27/arch/x86/boot/compressed/
Deboot.c1137 hdr->xloadflags & XLF_CAN_BE_LOADED_ABOVE_4G) { in make_boot_params()