Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dsetup.h84 !!(boot_params.hdr.loadflags & KASLR_FLAG); in kaslr_enabled()
/linux-6.15/arch/x86/boot/
H A Dmain.c122 if (boot_params.hdr.loadflags & CAN_USE_HEAP) { in init_heap()
H A Dedd.c57 if (!(boot_params.hdr.loadflags & CAN_USE_HEAP)) in read_mbr_sig()
/linux-6.15/arch/x86/include/uapi/asm/
H A Dbootparam.h53 __u8 loadflags; member
/linux-6.15/arch/x86/kernel/
H A Dasm-offsets.c88 OFFSET(BP_loadflags, boot_params, hdr.loadflags); in common()
H A Dkexec-bzimage64.c356 if (!(header->loadflags & LOADED_HIGH)) { in bzImage64_probe()
546 params->hdr.loadflags = 0; in bzImage64_load()
/linux-6.15/arch/x86/boot/compressed/
H A Dmisc.c417 boot_params_ptr->hdr.loadflags &= ~KASLR_FLAG; in extract_kernel()
H A Dkaslr.c826 boot_params_ptr->hdr.loadflags |= KASLR_FLAG; in choose_random_location()
/linux-6.15/Documentation/arch/x86/
H 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).
1144 if (protocol >= 0x0202 && loadflags & 0x01)
1151 loadflags |= 0x80; /* CAN_USE_HEAP */
1194 bit (LOAD_HIGH) in the loadflags field is set::
1196 is_bzImage = (protocol >= 0x0200) && (loadflags & 0x01);
/linux-6.15/drivers/firmware/efi/libstub/
H A Dx86-stub.c773 boot_params->hdr.loadflags |= KASLR_FLAG; in efi_decompress_kernel()