HomeSort by relevance Sort by last modified time
    Searched refs:e820_map (Results 1 - 8 of 8) sorted by null

  /hardware/intel/bootstub/
sfi.c 56 e820_entry = &(bp->e820_map[i]);
73 e820_entry = &(bp->e820_map[bp->e820_entries]);
bootparam.h 269 struct e820entry e820_map[E820MAX]; /* 0x2d0 */ member in struct:boot_params
bootstub.c 493 nr_entries = get_e820_by_bios(bp->e820_map);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
bootparam.h 117 struct e820entry e820_map[E820MAX]; /* 0x2d0 */ member in struct:boot_params
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
bootparam.h 117 struct e820entry e820_map[E820MAX]; /* 0x2d0 */ member in struct:boot_params
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
LinuxBzimage.h 149 struct e820_entry e820_map[128]; member in struct:boot_params
  /device/linaro/bootloader/edk2/OvmfPkg/Library/LoadLinuxLib/
Linux.c 304 E820 = &Bp->e820_map[0];
360 if (E820EntryCount >= ARRAY_SIZE (Bp->e820_map)) {
  /external/syslinux/efi/
main.c 420 struct e820_entry e820_map[E820MAX]; member in struct:boot_params
979 e = e820buf = bp->e820_map;
    [all...]

Completed in 125 milliseconds