Searched refs:TargetCpuIndex (Results 1 – 3 of 3) sorted by relevance
229 UINTN TargetCpuIndex; in GetMicrocodeInfo() local253 TargetCpuIndex = (UINTN)-1; in GetMicrocodeInfo()254 …MicrocodeFmpPrivate, MicrocodeEntryPoint, TotalSize, FALSE, &AttemptStatus, NULL, &TargetCpuIndex); in GetMicrocodeInfo()257 ASSERT (TargetCpuIndex < MicrocodeFmpPrivate->ProcessorCount); in GetMicrocodeInfo()258 MicrocodeFmpPrivate->ProcessorInfo[TargetCpuIndex].MicrocodeIndex = Count; in GetMicrocodeInfo()328 IN OUT UINTN *TargetCpuIndex in GetMatchedProcessor() argument333 if (*TargetCpuIndex != (UINTN)-1) { in GetMatchedProcessor()334 Index = *TargetCpuIndex; in GetMatchedProcessor()346 *TargetCpuIndex = Index; in GetMatchedProcessor()384 IN OUT UINTN *TargetCpuIndex in VerifyMicrocode() argument[all …]
429 UINTN TargetCpuIndex; in InitializedProcessorMicrocodeIndex() local441 TargetCpuIndex = CpuIndex; in InitializedProcessorMicrocodeIndex()449 &TargetCpuIndex in InitializedProcessorMicrocodeIndex()
195 IN OUT UINTN *TargetCpuIndex OPTIONAL