Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dsetup.h83 !!(boot_params.hdr.loadflags & KASLR_FLAG); in kaslr_enabled()
/linux-6.3-rc2/arch/x86/boot/
A Dmain.c121 if (boot_params.hdr.loadflags & CAN_USE_HEAP) { in init_heap()
A Dedd.c57 if (!(boot_params.hdr.loadflags & CAN_USE_HEAP)) in read_mbr_sig()
/linux-6.3-rc2/arch/x86/kernel/
A Dasm-offsets.c95 OFFSET(BP_loadflags, boot_params, hdr.loadflags); in common()
A Dkexec-bzimage64.c349 if (!(header->loadflags & LOADED_HIGH)) { in bzImage64_probe()
534 params->hdr.loadflags = 0; in bzImage64_load()
/linux-6.3-rc2/arch/x86/include/uapi/asm/
A Dbootparam.h82 __u8 loadflags; member
/linux-6.3-rc2/arch/x86/boot/compressed/
A Dmisc.c365 boot_params->hdr.loadflags &= ~KASLR_FLAG; in extract_kernel()
A Dkaslr.c839 boot_params->hdr.loadflags |= KASLR_FLAG; in choose_random_location()
/linux-6.3-rc2/Documentation/x86/
A 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);

Completed in 14 milliseconds