Searched refs:EntryIndex (Results 1 – 5 of 5) sorted by relevance
1351 UINTN EntryIndex; in EdbFindCodeFromObject() local1356 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() local1450 for (EntryIndex = 0; EntryIndex < Object->EntryCount; EntryIndex++) { in EdbLoadCode()[all …]
253 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()
171 UINTN EntryIndex; in WriteBootToOsPerformanceData() local261 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()
268 IN UINTN *EntryIndex in DumpSpdEntry() argument278 Print (L"%d.", (*EntryIndex)++); in DumpSpdEntry()383 IN UINTN *EntryIndex in DumpSadEntry() argument400 Print (L"%d.", (*EntryIndex)++); in DumpSadEntry()503 IN UINTN *EntryIndex in DumpPadEntry() argument515 Print (L"%d.", (*EntryIndex)++); in DumpPadEntry()574 UINTN EntryIndex; in ListPolicyEntry() local576 EntryIndex = 0; in ListPolicyEntry()577 return ForeachPolicyEntry (DataType, mDumpPolicyEntry[DataType], &EntryIndex); in ListPolicyEntry()
140 UINTN EntryIndex; in IsContentHashRevoked() local179 for (EntryIndex = 0; EntryIndex < EntryCount; EntryIndex++) { in IsContentHashRevoked()224 UINTN EntryIndex; in IsCertHashRevoked() local278 for (EntryIndex = 0; EntryIndex < EntryCount; Index++) { in IsCertHashRevoked()