Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dsetup.h75 return !!(boot_params.hdr.loadflags & KASLR_FLAG); in kaslr_enabled()
/Linux-v4.19/arch/x86/boot/
Dmain.c120 if (boot_params.hdr.loadflags & CAN_USE_HEAP) { in init_heap()
Dedd.c59 if (!(boot_params.hdr.loadflags & CAN_USE_HEAP)) in read_mbr_sig()
/Linux-v4.19/arch/x86/kernel/
Dasm-offsets.c87 OFFSET(BP_loadflags, boot_params, hdr.loadflags); in common()
Dkexec-bzimage64.c295 if (!(header->loadflags & LOADED_HIGH)) { in bzImage64_probe()
467 params->hdr.loadflags = 0; in bzImage64_load()
/Linux-v4.19/arch/x86/include/uapi/asm/
Dbootparam.h65 __u8 loadflags; member
/Linux-v4.19/arch/x86/boot/compressed/
Dmisc.c352 boot_params->hdr.loadflags &= ~KASLR_FLAG; in extract_kernel()
Dkaslr.c826 boot_params->hdr.loadflags |= KASLR_FLAG; in choose_random_location()
/Linux-v4.19/Documentation/x86/
Dboot.txt175 0211/1 2.00+ loadflags Boot protocol option flags
398 Field name: loadflags
802 - When loading a zImage kernel ((loadflags & 0x01) == 0).
853 if ( protocol >= 0x0202 && loadflags & 0x01 )
860 loadflags |= 0x80; /* CAN_USE_HEAP */
905 bit (LOAD_HIGH) in the loadflags field is set:
907 is_bzImage = (protocol >= 0x0200) && (loadflags & 0x01);