HomeSort by relevance Sort by last modified time
    Searched refs:EfiRuntimeServicesData (Results 51 - 75 of 103) sorted by null

1 23 4 5

  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
Support.c 126 (EfiMemoryDescriptor[Index].Type == EfiRuntimeServicesData)) {
PeLoader.c 437 Image->FixupData = (UINT8*) FindSpace (NoFixupPages, NumberOfMemoryMapEntries, EfiMemoryDescriptor, EfiRuntimeServicesData, EFI_MEMORY_WB);
598 DataType = EfiRuntimeServicesData;
  /device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
FWBlockService.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ia32/
Fvb.c 261 EfiRuntimeServicesData,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/X64/
Fvb.c 261 EfiRuntimeServicesData,
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
FdtPlatform.c 114 AllocateAnyPages, EfiRuntimeServicesData,
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Dispatcher.c 604 DriverEntry->LoadedImage->ImageDataType = EfiRuntimeServicesData;
609 Status = SmmAllocatePool (EfiRuntimeServicesData, GetDevicePathSize(FilePath), (VOID **)&DriverEntry->SmmLoadedImage.FilePath);
623 DriverEntry->SmmLoadedImage.ImageDataType = EfiRuntimeServicesData;
    [all...]
MemoryAttributesTable.c 250 This function will set EfiRuntimeServicesData/EfiMemoryMappedIO/EfiMemoryMappedIOPortSpace to be EFI_MEMORY_XP.
278 case EfiRuntimeServicesData:
397 NewRecord->Type = EfiRuntimeServicesData;
434 NewRecord->Type = EfiRuntimeServicesData;
569 This function will set EfiRuntimeServicesData to be EFI_MEMORY_XP.
    [all...]