OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:E820
(Results
1 - 3
of
3
) 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
;
/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 */
/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
++;
Completed in 310 milliseconds