Home
last modified time | relevance | path

Searched refs:loadflags (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/arch/x86/include/asm/
Dsetup.h83 !!(boot_params.hdr.loadflags & KASLR_FLAG); in kaslr_enabled()
/linux-5.19.10/arch/x86/boot/
Dmain.c121 if (boot_params.hdr.loadflags & CAN_USE_HEAP) { in init_heap()
Dedd.c57 if (!(boot_params.hdr.loadflags & CAN_USE_HEAP)) in read_mbr_sig()
/linux-5.19.10/arch/x86/kernel/
Dasm-offsets.c89 OFFSET(BP_loadflags, boot_params, hdr.loadflags); in common()
Dkexec-bzimage64.c287 if (!(header->loadflags & LOADED_HIGH)) { in bzImage64_probe()
466 params->hdr.loadflags = 0; in bzImage64_load()
/linux-5.19.10/arch/x86/include/uapi/asm/
Dbootparam.h81 __u8 loadflags; member
/linux-5.19.10/arch/x86/boot/compressed/
Dmisc.c364 boot_params->hdr.loadflags &= ~KASLR_FLAG; in extract_kernel()
Dkaslr.c838 boot_params->hdr.loadflags |= KASLR_FLAG; in choose_random_location()
/linux-5.19.10/Documentation/x86/
Dboot.rst203 0211/1 2.00+ loadflags Boot protocol option flags
463 Field name: loadflags
1087 - When loading a zImage kernel ((loadflags & 0x01) == 0).
1144 if ( protocol >= 0x0202 && loadflags & 0x01 )
1151 loadflags |= 0x80; /* CAN_USE_HEAP */
1197 bit (LOAD_HIGH) in the loadflags field is set::
1199 is_bzImage = (protocol >= 0x0200) && (loadflags & 0x01);