Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dsetup.h83 !!(boot_params.hdr.loadflags & KASLR_FLAG); in kaslr_enabled()
/linux-6.6.21/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-6.6.21/arch/x86/kernel/
Dasm-offsets.c95 OFFSET(BP_loadflags, boot_params, hdr.loadflags); in common()
Dkexec-bzimage64.c349 if (!(header->loadflags & LOADED_HIGH)) { in bzImage64_probe()
534 params->hdr.loadflags = 0; in bzImage64_load()
/linux-6.6.21/arch/x86/include/uapi/asm/
Dbootparam.h82 __u8 loadflags; member
/linux-6.6.21/arch/x86/boot/compressed/
Dmisc.c388 boot_params->hdr.loadflags &= ~KASLR_FLAG; in extract_kernel()
Dkaslr.c855 boot_params->hdr.loadflags |= KASLR_FLAG; in choose_random_location()
/linux-6.6.21/Documentation/arch/x86/
Dboot.rst203 0211/1 2.00+ loadflags Boot protocol option flags
464 Field name: loadflags
1088 - When loading a zImage kernel ((loadflags & 0x01) == 0).
1145 if ( protocol >= 0x0202 && loadflags & 0x01 )
1152 loadflags |= 0x80; /* CAN_USE_HEAP */
1198 bit (LOAD_HIGH) in the loadflags field is set::
1200 is_bzImage = (protocol >= 0x0200) && (loadflags & 0x01);