Home
last modified time | relevance | path

Searched refs:TargetCpuIndex (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
DMicrocodeUpdate.c229 UINTN TargetCpuIndex; in GetMicrocodeInfo() local
253 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() argument
333 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 …]
DMicrocodeFmp.c429 UINTN TargetCpuIndex; in InitializedProcessorMicrocodeIndex() local
441 TargetCpuIndex = CpuIndex; in InitializedProcessorMicrocodeIndex()
449 &TargetCpuIndex in InitializedProcessorMicrocodeIndex()
DMicrocodeUpdate.h195 IN OUT UINTN *TargetCpuIndex OPTIONAL