Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dsetup.h73 return !!(boot_params.hdr.loadflags & KASLR_FLAG); in kaslr_enabled()
/linux-4.4.14/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()
Dheader.S474 testb $CAN_USE_HEAP, loadflags
/linux-4.4.14/arch/x86/kernel/
Dasm-offsets.c83 OFFSET(BP_loadflags, boot_params, hdr.loadflags); in common()
Dkexec-bzimage64.c296 if (!(header->loadflags & LOADED_HIGH)) { in bzImage64_probe()
465 params->hdr.loadflags = 0; in bzImage64_load()
/linux-4.4.14/arch/x86/include/uapi/asm/
Dbootparam.h63 __u8 loadflags; member
/linux-4.4.14/arch/x86/boot/compressed/
Dmisc.c398 real_mode->hdr.loadflags &= ~KASLR_FLAG; in decompress_kernel()
Daslr.c319 boot_params->hdr.loadflags |= KASLR_FLAG; in choose_kernel_location()
/linux-4.4.14/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);
/linux-4.4.14/Documentation/
Dsvga.txt176 buffer. (If you have old LILO, you can adjust heap_end_ptr and loadflags
/linux-4.4.14/tools/lguest/
Dlguest.c3358 boot->hdr.loadflags |= KEEP_SEGMENTS; in main()