Home
last modified time | relevance | path

Searched refs:EndingAddress (Results 1 – 25 of 27) sorted by relevance

12

/device/linaro/bootloader/edk2/EmbeddedPkg/Application/AndroidFastboot/Arm/
DBootAndroidBootImg.c108 KernelDevicePath.Node1.EndingAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) Kernel + KernelSize; in BootAndroidBootImg()
115 … RamdiskDevicePath->Node1.EndingAddress = ((EFI_PHYSICAL_ADDRESS)(UINTN) Ramdisk) + RamdiskSize; in BootAndroidBootImg()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
DFvbServiceSmm.c75 …((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.EndingAddress = FwhInstance->Fv… in InstallFvbProtocol()
DFvbServiceDxe.c112 …((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.EndingAddress = FwhInstance->Fv… in InstallFvbProtocol()
DFvbSmmDxe.c809 …((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.EndingAddress = (UINTN)Address … in InstallFvb()
/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
DMiscSubclassDriverEntryPoint.c85 Type19Record->EndingAddress = (UINT32)RShiftU64(TotalMemorySize, 10) - 1; in LogMemorySmbiosRecord()
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
DMiscSubclassDriverEntryPoint.c85 Type19Record->EndingAddress = (UINT32)RShiftU64(TotalMemorySize, 10) - 1; in LogMemorySmbiosRecord()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/MemorySubClass/
DMemorySubClass.c187 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/
DSmbios.h352 UINT32 EndingAddress; member
360 UINT32 EndingAddress; member
/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
DBootOptionSupport.c548 MemMapDevicePath->EndingAddress = StrHexToUint64 (StrEndingAddress); in BdsLoadOptionMemMapCreateDevicePath()
581 …Print (StrEndingAddress, BOOT_DEVICE_ADDRESS_MAX, L"0x%X", (UINTN)EndingDevicePath->EndingAddress); in BdsLoadOptionMemMapUpdateDevicePath()
588 EndingDevicePath->EndingAddress = StrHexToUint64 (StrEndingAddress); in BdsLoadOptionMemMapUpdateDevicePath()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DMemoryConv.c548 (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/MdeModulePkg/Core/Dxe/FwVolBlock/
DFwVolBlock.c569 …((FV_MEMMAP_DEVICE_PATH *) FvbDev->DevicePath)->MemMapDevPath.EndingAddress = BaseAddress + FwVo… in ProduceFVBProtocolOnBuffer()
/device/linaro/bootloader/edk2/OvmfPkg/EmuVariableFvbRuntimeDxe/
DFvb.c884 mEmuVarsFvb.DevicePath.MemMapDevPath.EndingAddress = Address + EMU_FVB_SIZE - 1; in FvbInitialize()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeCapsuleLib/
DDxeCapsuleLib.c205 …MemMapNode.EndingAddress = (EFI_PHYSICAL_ADDRESS)(UINTN)((UINT8 *)CapsuleHeader + CapsuleHeader-… in ProcessFmpCapsuleImage()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h88 EFI_PHYSICAL_ADDRESS EndingAddress; member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h134 EFI_PHYSICAL_ADDRESS EndingAddress; member
/device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
DFwBlockService.c1073 FvMemmapDevicePath->MemMapDevPath.EndingAddress = in FvbInitialize()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h1676 UINT32 EndingAddress; member
1695 UINT32 EndingAddress; member
/device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/
DFWBlockService.c1298 FvbDevice->DevicePath.MemMapDevPath.EndingAddress = BaseAddress + (FwVolHeader->FvLength - 1); in FvbInitialize()
/device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/
DFWBlockService.c1316 …((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.EndingAddress = BaseAddress + F… in FvbInitialize()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DFrontPage.c794 … (UINT32)(RShiftU64((Type19Record->EndingAddress - Type19Record->StartingAddress + 1), 10)), in UpdateFrontPageStrings()
/device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
DFWBlockService.c1588 FvbDevice->DevicePath.MemMapDevPath.EndingAddress = BaseAddress + (FwVolHeader->FvLength - 1); in FvbInitialize()
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
DFrontPage.c947 (UINT32)(RShiftU64((Type19Record->EndingAddress - Type19Record->StartingAddress + 1), 10)), in UpdateFrontPageStrings()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
DFwBlockService.c1957 … FvbDevice->FvDevicePath.MemMapDevPath.EndingAddress = BaseAddress + (FwVolHeader->FvLength - 1); in FvbInitialize()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c753 PRINT_STRUCT_VALUE_H (Struct, Type19, EndingAddress); in SmbiosPrintStructure()
767 PRINT_STRUCT_VALUE_H (Struct, Type20, EndingAddress); in SmbiosPrintStructure()
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c588 Size = MemMapPathDevicePath->EndingAddress - MemMapPathDevicePath->StartingAddress; in BdsMemoryMapLoadImage()

12