|
iPXE
|
Memory Mapped Device Path. More...
#include <DevicePath.h>
Data Fields | |
| EFI_DEVICE_PATH_PROTOCOL | Header |
| UINT32 | MemoryType |
| EFI_MEMORY_TYPE. | |
| EFI_PHYSICAL_ADDRESS | StartingAddress |
| Starting Memory Address. | |
| EFI_PHYSICAL_ADDRESS | EndingAddress |
| Ending Memory Address. | |
Memory Mapped Device Path.
Definition at line 117 of file DevicePath.h.
| EFI_DEVICE_PATH_PROTOCOL MEMMAP_DEVICE_PATH::Header |
Definition at line 118 of file DevicePath.h.
| UINT32 MEMMAP_DEVICE_PATH::MemoryType |
Definition at line 122 of file DevicePath.h.
| EFI_PHYSICAL_ADDRESS MEMMAP_DEVICE_PATH::StartingAddress |
Starting Memory Address.
Definition at line 126 of file DevicePath.h.
| EFI_PHYSICAL_ADDRESS MEMMAP_DEVICE_PATH::EndingAddress |
Ending Memory Address.
Definition at line 130 of file DevicePath.h.