Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type09/
DMiscSystemSlotDesignationFunction.c91 InputData->CurrentUsage = SlotUsageAvailable; in UpdateSlotUsage()
111 InputData->CurrentUsage = SlotUsageAvailable; in UpdateSlotUsage()
113 InputData->CurrentUsage = SlotUsageAvailable; in UpdateSlotUsage()
122 InputData->CurrentUsage = SlotUsageAvailable; in UpdateSlotUsage()
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
DMiscSystemSlotDesignationFunction.c75 SmbiosRecord->CurrentUsage = ForType9InputData->SlotUsage; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
DMiscSystemSlotDesignationFunction.c75 SmbiosRecord->CurrentUsage = (UINT8)ForType9InputData->SlotUsage; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscSystemSlotDesignationFunction.c119 SmbiosRecord->CurrentUsage = (UINT8)ForType9InputData->SlotUsage; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c473 DriverInfo->CurrentUsage = 0; in BuildDriverInfo()
1090 DriverInfo->CurrentUsage += Size; in CoreUpdateProfileAllocate()
1091 if (DriverInfo->PeakUsage < DriverInfo->CurrentUsage) { in CoreUpdateProfileAllocate()
1092 DriverInfo->PeakUsage = DriverInfo->CurrentUsage; in CoreUpdateProfileAllocate()
1306 DriverInfo->CurrentUsage -= AllocInfo->Size; in CoreUpdateProfileFree()
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/AddSmbiosType9/
DAddSmbiosType9.c79 Type9Record->CurrentUsage = SlotUsageInUse; in UpdateSmbiosType9Info()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
DMemoryProfile.h59 UINT64 CurrentUsage; member
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c474 DriverInfo->CurrentUsage = 0; in BuildDriverInfo()
1209 DriverInfo->CurrentUsage += Size; in SmmCoreUpdateProfileAllocate()
1210 if (DriverInfo->PeakUsage < DriverInfo->CurrentUsage) { in SmmCoreUpdateProfileAllocate()
1211 DriverInfo->PeakUsage = DriverInfo->CurrentUsage; in SmmCoreUpdateProfileAllocate()
1426 DriverInfo->CurrentUsage -= AllocInfo->Size; in SmmCoreUpdateProfileFree()
2791 DEBUG ((EFI_D_INFO, " CurrentUsage - 0x%016lx\n", DriverInfo->CurrentUsage)); in DumpSmramProfile()
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
DMemoryProfileInfo.c457 Print (L" CurrentUsage - 0x%016lx\n", DriverInfo->CurrentUsage); in DumpMemoryProfileDriverInfo()
922 Print (L"\nDriver - %a (Usage - 0x%08x)", NameString, DriverInfo->CurrentUsage); in DumpContextSummaryData()
923 if (DriverInfo->CurrentUsage == 0) { in DumpContextSummaryData()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
DMiscSystemSlotDesignationFunction.c269 SmbiosRecord->CurrentUsage = SMBIOSlotConfig.SMBIOSSystemSlot[Index].SlotUsage; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h232 UINT8 CurrentUsage; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h1316 …UINT8 CurrentUsage; ///< The enumeration value from MISC_SLOT_US… member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DMiscConv.c709 (UINT8 *) (StructureNode->Structure) + OFFSET_OF (SMBIOS_TABLE_TYPE9, CurrentUsage), in SmbiosFldMiscType9()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c522 DisplaySystemSlotCurrentUsage (Struct->Type9->CurrentUsage, Option); in SmbiosPrintStructure()