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

  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
Microcode.c 51 CPU_MICROCODE_HEADER *MicrocodeEntryPoint;
97 MicrocodeEntryPoint = (CPU_MICROCODE_HEADER *) (UINTN) MicrocodePatchAddress;
104 if (MicrocodeEntryPoint->HeaderVersion == 0x1) {
110 if (MicrocodeEntryPoint->ProcessorSignature.Uint32 == Eax.Uint32 &&
111 MicrocodeEntryPoint->UpdateRevision > LatestRevision &&
112 (MicrocodeEntryPoint->ProcessorFlags & (1 << PlatformId))
114 if (MicrocodeEntryPoint->DataSize == 0) {
115 CheckSum32 = CalculateSum32 ((UINT32 *) MicrocodeEntryPoint, 2048);
118 (UINT32 *) MicrocodeEntryPoint,
119 MicrocodeEntryPoint->DataSize + sizeof (CPU_MICROCODE_HEADER)
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
MicrocodeUpdate.c 221 CPU_MICROCODE_HEADER *MicrocodeEntryPoint;
239 MicrocodeEntryPoint = (CPU_MICROCODE_HEADER *) (UINTN) MicrocodePatchAddress;
241 if (MicrocodeEntryPoint->HeaderVersion == 0x1 && MicrocodeEntryPoint->LoaderRevision == 0x1) {
247 if (MicrocodeEntryPoint->DataSize == 0) {
250 TotalSize = MicrocodeEntryPoint->TotalSize;
254 Status = VerifyMicrocode(MicrocodeFmpPrivate, MicrocodeEntryPoint, TotalSize, FALSE, &AttemptStatus, NULL, &TargetCpuIndex);
266 ImageDescriptor[Count].ImageId = LShiftU64(MicrocodeEntryPoint->ProcessorFlags, 32) + MicrocodeEntryPoint->ProcessorSignature.Uint32;
268 ImageDescriptor[Count].Version = MicrocodeEntryPoint->UpdateRevision;
    [all...]
MicrocodeFmp.c 197 CopyMem (Image, MicrocodeInfo->MicrocodeEntryPoint, MicrocodeInfo->TotalSize);
444 MicrocodeFmpPrivate->MicrocodeInfo[MicrocodeIndex].MicrocodeEntryPoint,
613 MicrocodeInfo[Index].MicrocodeEntryPoint,
    [all...]
MicrocodeUpdate.h 55 CPU_MICROCODE_HEADER *MicrocodeEntryPoint;

Completed in 213 milliseconds