Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/
Dasm-offsets.c66 OFFSET(BP_loadflags, boot_params, hdr.loadflags); in common()
/linux-2.6.39/arch/x86/boot/
Dmain.c113 if (boot_params.hdr.loadflags & CAN_USE_HEAP) { in init_heap()
Dedd.c58 if (!(boot_params.hdr.loadflags & CAN_USE_HEAP)) in read_mbr_sig()
Dheader.S266 testb $CAN_USE_HEAP, loadflags
/linux-2.6.39/arch/x86/include/asm/
Dbootparam.h43 __u8 loadflags; member
/linux-2.6.39/Documentation/x86/
Dboot.txt168 0211/1 2.00+ loadflags Boot protocol option flags
385 Field name: loadflags
748 - When loading a zImage kernel ((loadflags & 0x01) == 0).
799 if ( protocol >= 0x0202 && loadflags & 0x01 )
806 loadflags |= 0x80; /* CAN_USE_HEAP */
851 bit (LOAD_HIGH) in the loadflags field is set:
853 is_bzImage = (protocol >= 0x0200) && (loadflags & 0x01);
/linux-2.6.39/Documentation/
Dsvga.txt176 buffer. (If you have old LILO, you can adjust heap_end_ptr and loadflags
/linux-2.6.39/Documentation/lguest/
Dlguest.c2036 boot->hdr.loadflags |= KEEP_SEGMENTS; in main()