Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
DEdbSymbol.c1351 UINTN EntryIndex; in EdbFindCodeFromObject() local
1356 for (EntryIndex = 0; EntryIndex < Object->EntryCount; EntryIndex++) { in EdbFindCodeFromObject()
1360 if ((Object->Entry[EntryIndex].Type != EfiDebuggerSymbolFunction) && in EdbFindCodeFromObject()
1361 (Object->Entry[EntryIndex].Type != EfiDebuggerSymbolStaticFunction)) { in EdbFindCodeFromObject()
1367 …if (AsciiStrnCmp (Object->Entry[EntryIndex].Name, "varbss_init", sizeof("varbss_init") - 1) == 0) { in EdbFindCodeFromObject()
1373 if (!MatchObjAndCod (Object->Entry[EntryIndex].ObjName, FileName)) { in EdbFindCodeFromObject()
1379 if (Object->Entry[EntryIndex].CodBuffer != NULL) { in EdbFindCodeFromObject()
1380 return Object->Entry[EntryIndex].SourceBuffer; in EdbFindCodeFromObject()
1414 UINTN EntryIndex; in EdbLoadCode() local
1450 for (EntryIndex = 0; EntryIndex < Object->EntryCount; EntryIndex++) { in EdbLoadCode()
[all …]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
DAcpiPlatformHooks.c253 UINTN EntryIndex; in PatchGv3SsdtTable()
362 EntryIndex = EistInfo->NumStates - TableIndex - 1; in PatchGv3SsdtTable()
363 … PssTableItemPtr->CoreFreq = PssState[EntryIndex].CoreFrequency * PssState[EntryIndex].Control; in PatchGv3SsdtTable()
364 PssTableItemPtr->Power = PssState[EntryIndex].Power * 1000; in PatchGv3SsdtTable()
366 PssTableItemPtr->BMLatency = PssState[EntryIndex].BusMasterLatency; in PatchGv3SsdtTable()
367 PssTableItemPtr->TransLatency = PssState[EntryIndex].TransitionLatency; in PatchGv3SsdtTable()
372 PssTableItemPtr->BMLatency = PssState[EntryIndex].BusMasterLatency * 2; in PatchGv3SsdtTable()
373 PssTableItemPtr->TransLatency = PssState[EntryIndex].TransitionLatency * 10; in PatchGv3SsdtTable()
376 PssTableItemPtr->Control = PssState[EntryIndex].Control; in PatchGv3SsdtTable()
377 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()