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

  /device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
Xen.h 38 // Physical address of the E820 table, contains E820EntriesCount entries.
40 EFI_PHYSICAL_ADDRESS E820;
Xen.c 30 #include <IndustryStandard/E820.h>
44 Returns E820 map provided by Xen
46 @param Entries Pointer to E820 map
64 ASSERT (Info->E820 < MAX_ADDRESS);
65 *Entries = (EFI_E820_ENTRY64 *)(UINTN) Info->E820;
172 // Parse RAM in E820 map
Platform.h 18 #include <IndustryStandard/E820.h>
  /device/linaro/bootloader/edk2/OvmfPkg/Library/LoadLinuxLib/
Linux.c 264 struct e820_entry *E820;
304 E820 = &Bp->e820_map[0];
363 E820->type = (UINT32) E820Type;
364 E820->addr = MemoryMap->PhysicalStart;
365 E820->size = EFI_PAGES_TO_SIZE ((UINTN) MemoryMap->NumberOfPages);
366 LastE820 = E820;
367 LastEndAddr = E820->addr + E820->size;
368 E820++;
  /hardware/intel/bootstub/
e820_bios.S 2 * e820_bios.S: read e820 by int 15h call.
6 * @e820_buf: e820 mem map buffer, allocated by caller
7 * return: number of e820 entries
44 #define E820 0xe820
133 movw $E820, %ax
189 /* Copy e820 data from our buffer to caller's buffer */
199 /* Return number of e820 entries */
  /art/test/806-TooWideClassInstanceOf/src/
Main.java 843 class E820 extends D1 {}

Completed in 119 milliseconds