Searched refs:TmpFitPtr (Results 1 – 3 of 3) sorted by relevance
770 FIT_TABLE *TmpFitPtr; in GetNextAvailableFitPtr() local797 TmpFitPtr = (FIT_TABLE *) RelativeAddress; in GetNextAvailableFitPtr()798 NumFitComponents = TmpFitPtr->CompSize; in GetNextAvailableFitPtr()802 if ((TmpFitPtr->CvAndType & FIT_TYPE_MASK) == COMP_TYPE_FIT_UNUSED) { in GetNextAvailableFitPtr()803 *FitPtr = TmpFitPtr; in GetNextAvailableFitPtr()807 TmpFitPtr++; in GetNextAvailableFitPtr()867 FIT_TABLE *TmpFitPtr; in SortFitTable() local872 TmpFitPtr = FitTable; in SortFitTable()875 if ((TmpFitPtr->CvAndType & FIT_TYPE_MASK) != COMP_TYPE_FIT_UNUSED) { in SortFitTable()878 TmpFitPtr++; in SortFitTable()[all …]
3177 FIT_TABLE *TmpFitPtr; in UpdatePeiCoreEntryInFit() local3181 TmpFitPtr = FitTablePtr; in UpdatePeiCoreEntryInFit()3182 NumFitComponents = TmpFitPtr->CompSize; in UpdatePeiCoreEntryInFit()3185 if ((TmpFitPtr->CvAndType & FIT_TYPE_MASK) == COMP_TYPE_FIT_PEICORE) { in UpdatePeiCoreEntryInFit()3186 TmpFitPtr->CompAddress = PeiCorePhysicalAddress; in UpdatePeiCoreEntryInFit()3190 TmpFitPtr++; in UpdatePeiCoreEntryInFit()
2951 FIT_TABLE *TmpFitPtr; in UpdatePeiCoreEntryInFit() local2955 TmpFitPtr = FitTablePtr; in UpdatePeiCoreEntryInFit()2956 NumFitComponents = TmpFitPtr->CompSize; in UpdatePeiCoreEntryInFit()2959 if ((TmpFitPtr->CvAndType & FIT_TYPE_MASK) == COMP_TYPE_FIT_PEICORE) { in UpdatePeiCoreEntryInFit()2960 TmpFitPtr->CompAddress = PeiCorePhysicalAddress; in UpdatePeiCoreEntryInFit()2964 TmpFitPtr++; in UpdatePeiCoreEntryInFit()