HomeSort by relevance Sort by last modified time
    Searched defs:boot_params (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
bootparam.h 94 struct boot_params { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
bootparam.h 94 struct boot_params { struct
  /bionic/libc/kernel/uapi/asm-x86/asm/
bootparam.h 119 struct boot_params { struct
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
LinuxBzimage.h 126 struct boot_params { struct
162 extern EFI_STATUS setup_graphics(struct boot_params *buf);
  /external/kernel-headers/original/uapi/asm-x86/asm/
bootparam.h 115 * This is the maximum number of entries in struct boot_params::e820_table
130 struct boot_params { struct
159 * it into a clean boot_params buffer. If it turns out that
163 * know that some variables in boot_params are invalid and
164 * kernel should zero out certain portions of boot_params.
  /external/syslinux/efi/
main.c 413 struct boot_params { struct
424 #define BOOT_PARAM_BLKSIZE EFI_SIZE_TO_PAGES(sizeof(struct boot_params)) * EFI_PAGE_SIZE
434 struct boot_params *boot_params);
777 static void handover_boot(struct linux_header *hdr, struct boot_params *bp)
948 static int exit_boot(struct boot_params *bp)
1064 struct boot_params *bp;
1082 bp = (struct boot_params *)(UINTN)addr;
1085 /* Copy the first two sectors to boot_params */
    [all...]
  /hardware/intel/bootstub/
bootparam.h 248 struct boot_params { struct

Completed in 135 milliseconds