HomeSort by relevance Sort by last modified time
    Searched refs:TargetCpuIndex (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
MicrocodeUpdate.c 229 UINTN TargetCpuIndex;
253 TargetCpuIndex = (UINTN)-1;
254 Status = VerifyMicrocode(MicrocodeFmpPrivate, MicrocodeEntryPoint, TotalSize, FALSE, &AttemptStatus, NULL, &TargetCpuIndex);
257 ASSERT (TargetCpuIndex < MicrocodeFmpPrivate->ProcessorCount);
258 MicrocodeFmpPrivate->ProcessorInfo[TargetCpuIndex].MicrocodeIndex = Count;
318 @param[in, out] TargetCpuIndex On input, the index of target CPU which tries to match the Microcode. (UINTN)-1 means to try all.
328 IN OUT UINTN *TargetCpuIndex
333 if (*TargetCpuIndex != (UINTN)-1) {
334 Index = *TargetCpuIndex;
346 *TargetCpuIndex = Index;
    [all...]
MicrocodeFmp.c 429 UINTN TargetCpuIndex;
441 TargetCpuIndex = CpuIndex;
449 &TargetCpuIndex
    [all...]
MicrocodeUpdate.h 178 @param[in, out] TargetCpuIndex On input, the index of target CPU which tries to match the Microcode. (UINTN)-1 means to try all.
195 IN OUT UINTN *TargetCpuIndex OPTIONAL

Completed in 307 milliseconds