/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/ |
D | FvbServiceSmm.c | 75 …((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.EndingAddress = FwhInstance->Fv… in InstallFvbProtocol()
|
D | FvbServiceDxe.c | 112 …((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.EndingAddress = FwhInstance->Fv… in InstallFvbProtocol()
|
D | FvbSmmDxe.c | 809 …((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.EndingAddress = (UINTN)Address … in InstallFvb()
|
/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/ |
D | MiscSubclassDriverEntryPoint.c | 85 Type19Record->EndingAddress = (UINT32)RShiftU64(TotalMemorySize, 10) - 1; in LogMemorySmbiosRecord()
|
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/ |
D | MiscSubclassDriverEntryPoint.c | 85 Type19Record->EndingAddress = (UINT32)RShiftU64(TotalMemorySize, 10) - 1; in LogMemorySmbiosRecord()
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/MemorySubClass/ |
D | MemorySubClass.c | 187 Type19Record->EndingAddress = (UINT32)RShiftU64(TotalMemorySize, 10) - 1; in MemorySubClassEntryPoint() 429 Type20Record->EndingAddress = (UINT32)RShiftU64 (DeviceStartAddress.MemoryDeviceEndAddress, 10); in MemorySubClassEntryPoint()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | Smbios.h | 352 UINT32 EndingAddress; member 360 UINT32 EndingAddress; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/ |
D | MemoryConv.c | 548 (UINT8 *) StructureNode->Structure + OFFSET_OF (SMBIOS_TABLE_TYPE19, EndingAddress), in SmbiosFldMemoryType4() 614 (UINT8 *) StructureNode->Structure + OFFSET_OF (SMBIOS_TABLE_TYPE20, EndingAddress), in SmbiosFldMemoryType5()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/AbootimgLib/ |
D | AbootimgLib.c | 742 KernelDevicePath.Node1.EndingAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) Kernel + KernelSize; in AbootimgBootRam() 791 KernelDevicePath.Node1.EndingAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) Kernel + KernelSize; in AbootimgBootPartition()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeCapsuleLib/ |
D | DxeCapsuleLib.c | 203 …MemMapNode.EndingAddress = (EFI_PHYSICAL_ADDRESS)(UINTN)((UINT8 *)CapsuleHeader + CapsuleHeader-… in ProcessFmpCapsuleImage()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/ |
D | FwVolBlock.c | 576 …((FV_MEMMAP_DEVICE_PATH *) FvbDev->DevicePath)->MemMapDevPath.EndingAddress = BaseAddress + FwVo… in ProduceFVBProtocolOnBuffer()
|
/device/linaro/bootloader/edk2/OvmfPkg/EmuVariableFvbRuntimeDxe/ |
D | Fvb.c | 890 mEmuVarsFvb.DevicePath.MemMapDevPath.EndingAddress = Address + EMU_FVB_SIZE - 1; in FvbInitialize()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
D | EfiDevicePath.h | 88 EFI_PHYSICAL_ADDRESS EndingAddress; member
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | DevicePath.h | 134 EFI_PHYSICAL_ADDRESS EndingAddress; member
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatformSmbiosDxe/ |
D | PlatformSmbiosDxe.c | 893 mMemArrMapInfoType19.EndingAddress = SmbiosT19->EndingAddr; in MemArrMapInfoUpdateSmbiosType19()
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | SmBios.h | 1752 UINT32 EndingAddress; member 1771 UINT32 EndingAddress; member
|
/device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/ |
D | FwBlockService.c | 1074 FvMemmapDevicePath->MemMapDevPath.EndingAddress = in FvbInitialize()
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/MemorySubClassDxe/ |
D | MemorySubClass.c | 380 Type19Record->EndingAddress = (UINT32) (TotalMemorySize - 1); // in KB; in SmbiosAddType19Table()
|
/device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/ |
D | FWBlockService.c | 1298 FvbDevice->DevicePath.MemMapDevPath.EndingAddress = BaseAddress + (FwVolHeader->FvLength - 1); in FvbInitialize()
|
/device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/ |
D | FWBlockService.c | 1316 …((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.EndingAddress = BaseAddress + F… in FvbInitialize()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/ |
D | FrontPage.c | 633 InstalledMemory += RShiftU64(Type19Record->EndingAddress - in UpdateFrontPageBannerStrings()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/ |
D | FrontPage.c | 788 InstalledMemory += RShiftU64(Type19Record->EndingAddress - in UpdateFrontPageStrings()
|
/device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/ |
D | FWBlockService.c | 1588 FvbDevice->DevicePath.MemMapDevPath.EndingAddress = BaseAddress + (FwVolHeader->FvLength - 1); in FvbInitialize()
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/ |
D | FwBlockService.c | 1952 … FvbDevice->FvDevicePath.MemMapDevPath.EndingAddress = BaseAddress + (FwVolHeader->FvLength - 1); in FvbInitialize()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/ |
D | DxeCapsuleLib.c | 1156 MemMapNode.EndingAddress = (EFI_PHYSICAL_ADDRESS)(UINTN)((UINT8 *)ImageBuffer + ImageSize - 1); in StartFmpImage()
|