Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/
Dhead32.c41 if (boot_params.hdr.type_of_loader && boot_params.hdr.ramdisk_image) { in i386_start_kernel()
Dhead64.c107 if (boot_params.hdr.type_of_loader && boot_params.hdr.ramdisk_image) { in x86_64_start_reservations()
Dsetup.c389 if (!boot_params.hdr.type_of_loader || in reserve_initrd()
740 bootloader_type = boot_params.hdr.type_of_loader; in setup_arch()
/linux-2.6.39/arch/x86/include/asm/
Dbootparam.h42 __u8 type_of_loader; member
/linux-2.6.39/Documentation/x86/
Dboot.txt167 0210/1 2.00+ type_of_loader Boot loader identifier
346 Field name: type_of_loader
362 type_of_loader <- 0xE4
485 type_of_loader field. The total version number is considered to be
486 (type_of_loader & 0x0f) + (ext_loader_ver << 4).
495 Type: write (obligatory if (type_of_loader & 0xf0) == 0xe0)
500 type_of_loader field. If the type in type_of_loader is 0xE, then
503 This field is ignored if the type in type_of_loader is not 0xE.
793 type_of_loader = <type code>;
/linux-2.6.39/Documentation/sysctl/
Dkernel.txt107 type_of_loader field in the kernel header; the encoding is kept for
112 See the type_of_loader and ext_loader_type fields in
124 See the type_of_loader and ext_loader_ver fields in
/linux-2.6.39/arch/x86/xen/
Denlighten.c1231 boot_params.hdr.type_of_loader = (9 << 4) | 0; in xen_start_kernel()
/linux-2.6.39/Documentation/lguest/
Dlguest.c2012 boot->hdr.type_of_loader = 0xFF; in main()