Home
last modified time | relevance | path

Searched refs:CurrentMemoryDescriptor (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
DSupport.c102 EFI_MEMORY_DESCRIPTOR *CurrentMemoryDescriptor; in FindSpace() local
106 CurrentMemoryDescriptor = NULL; in FindSpace()
117 CurrentMemoryDescriptor = &EfiMemoryDescriptor[Index]; in FindSpace()
136 CurrentMemoryDescriptor->NumberOfPages = MaxNoPages - NoPages; in FindSpace()
144 CurrentMemoryDescriptor->Type = Type; in FindSpace()
145 CurrentMemoryDescriptor->Attribute = Attribute; in FindSpace()