Home
last modified time | relevance | path

Searched refs:EntryIndex (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
DAcpiPlatformHooks.c255 UINTN EntryIndex; in PatchGv3SsdtTable()
364 EntryIndex = EistInfo->NumStates - TableIndex - 1; in PatchGv3SsdtTable()
365 … PssTableItemPtr->CoreFreq = PssState[EntryIndex].CoreFrequency * PssState[EntryIndex].Control; in PatchGv3SsdtTable()
366 PssTableItemPtr->Power = PssState[EntryIndex].Power * 1000; in PatchGv3SsdtTable()
368 PssTableItemPtr->BMLatency = PssState[EntryIndex].BusMasterLatency; in PatchGv3SsdtTable()
369 PssTableItemPtr->TransLatency = PssState[EntryIndex].TransitionLatency; in PatchGv3SsdtTable()
374 PssTableItemPtr->BMLatency = PssState[EntryIndex].BusMasterLatency * 2; in PatchGv3SsdtTable()
375 PssTableItemPtr->TransLatency = PssState[EntryIndex].TransitionLatency * 10; in PatchGv3SsdtTable()
378 PssTableItemPtr->Control = PssState[EntryIndex].Control; in PatchGv3SsdtTable()
379 PssTableItemPtr->Status = PssState[EntryIndex].Status; in PatchGv3SsdtTable()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DPerformance.c171 UINTN EntryIndex; in WriteBootToOsPerformanceData() local
261 EntryIndex = 0; in WriteBootToOsPerformanceData()
269 if (Handle == Handles[Index] && !PerfEntriesAsDxeHandle[EntryIndex]) { in WriteBootToOsPerformanceData()
270 PerfEntriesAsDxeHandle[EntryIndex] = TRUE; in WriteBootToOsPerformanceData()
272 EntryIndex++; in WriteBootToOsPerformanceData()
307 EntryIndex = 0; in WriteBootToOsPerformanceData()
315 if (!PerfEntriesAsDxeHandle[EntryIndex] && EndTicker != 0) { in WriteBootToOsPerformanceData()
338 EntryIndex++; in WriteBootToOsPerformanceData()
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
DDump.c268 IN UINTN *EntryIndex in DumpSpdEntry() argument
278 Print (L"%d.", (*EntryIndex)++); in DumpSpdEntry()
383 IN UINTN *EntryIndex in DumpSadEntry() argument
400 Print (L"%d.", (*EntryIndex)++); in DumpSadEntry()
503 IN UINTN *EntryIndex in DumpPadEntry() argument
515 Print (L"%d.", (*EntryIndex)++); in DumpPadEntry()
574 UINTN EntryIndex; in ListPolicyEntry() local
576 EntryIndex = 0; in ListPolicyEntry()
577 return ForeachPolicyEntry (DataType, mDumpPolicyEntry[DataType], &EntryIndex); in ListPolicyEntry()
/device/linaro/bootloader/edk2/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/
DPkcs7VerifyDxe.c140 UINTN EntryIndex; in IsContentHashRevoked() local
179 for (EntryIndex = 0; EntryIndex < EntryCount; EntryIndex++) { in IsContentHashRevoked()
224 UINTN EntryIndex; in IsCertHashRevoked() local
278 for (EntryIndex = 0; EntryIndex < EntryCount; Index++) { in IsCertHashRevoked()