HomeSort by relevance Sort by last modified time
    Searched full:pmemorydescriptor (Results 1 - 1 of 1) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
MemoryMap.c 50 EFI_GCD_MEMORY_SPACE_DESCRIPTOR * pMemoryDescriptor;
85 &pMemoryDescriptor );
87 pMemoryDescriptorStart = pMemoryDescriptor;
88 pMemoryEnd = &pMemoryDescriptor[ Count ];
89 while ( pMemoryEnd > pMemoryDescriptor ) {
97 if ( DIM ( mpMemoryType ) > pMemoryDescriptor->GcdMemoryType ) {
100 mpMemoryType[ pMemoryDescriptor->GcdMemoryType ]);
105 pMemoryDescriptor->GcdMemoryType );
120 pMemoryDescriptor->BaseAddress );
134 pMemoryDescriptor->BaseAddres
    [all...]

Completed in 475 milliseconds