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

  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
MicrocodeFmp.c 177 MICROCODE_INFO *MicrocodeInfo;
189 MicrocodeInfo = &MicrocodeFmpPrivate->MicrocodeInfo[ImageIndex - 1];
191 if (*ImageSize < MicrocodeInfo->TotalSize) {
192 *ImageSize = MicrocodeInfo->TotalSize;
196 *ImageSize = MicrocodeInfo->TotalSize;
197 CopyMem (Image, MicrocodeInfo->MicrocodeEntryPoint, MicrocodeInfo->TotalSize);
438 if (!MicrocodeFmpPrivate->MicrocodeInfo[MicrocodeIndex].InUse) {
444 MicrocodeFmpPrivate->MicrocodeInfo[MicrocodeIndex].MicrocodeEntryPoint,
    [all...]
MicrocodeUpdate.c 201 The MicrocodeInformation (DescriptorCount/ImageDescriptor/MicrocodeInfo)
207 @param[out] MicrocodeInfo Microcode information
216 OUT MICROCODE_INFO *MicrocodeInfo OPTIONAL
283 if (MicrocodeInfo != NULL && DescriptorCount > Count) {
284 MicrocodeInfo[Count].MicrocodeEntryPoint = MicrocodeEntryPoint;
285 MicrocodeInfo[Count].TotalSize = TotalSize;
286 MicrocodeInfo[Count].InUse = IsInUse;
590 if (MicrocodeEntryPoint == MicrocodeFmpPrivate->MicrocodeInfo[Index].MicrocodeEntryPoint) {
596 return MicrocodeFmpPrivate->MicrocodeInfo[Index + 1].MicrocodeEntryPoint;
621 return (UINTN)MicrocodeFmpPrivate->MicrocodeInfo[MicrocodeFmpPrivate->DescriptorCount - 1].MicrocodeEntryPoint
    [all...]
MicrocodeUpdate.h 81 MICROCODE_INFO *MicrocodeInfo;
146 The MicrocodeInformation (DescriptorCount/ImageDescriptor/MicrocodeInfo)
152 @param[out] MicrocodeInfo Microcode information
161 OUT MICROCODE_INFO *MicrocodeInfo OPTIONAL

Completed in 279 milliseconds