Home | History | Annotate | Download | only in Library

Lines Matching refs:MemoryDescriptor

105   @param  MemoryDescriptor  A pointer to an EFI_MEMORY_DESCRIPTOR.

112 #define NEXT_MEMORY_DESCRIPTOR(MemoryDescriptor, Size) \
113 ((EFI_MEMORY_DESCRIPTOR *)((UINT8 *)(MemoryDescriptor) + (Size)))