Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
DMicrocodeUpdate.c690 VOID *MicrocodePatchScratchBuffer; in UpdateMicrocodeFlashRegion() local
705 MicrocodePatchScratchBuffer = AllocateZeroPool (MicrocodePatchRegionSize); in UpdateMicrocodeFlashRegion()
706 if (MicrocodePatchScratchBuffer == NULL) { in UpdateMicrocodeFlashRegion()
711 ScratchBufferPtr = MicrocodePatchScratchBuffer; in UpdateMicrocodeFlashRegion()
786 ScratchBufferPtr = (UINT8 *)MicrocodePatchScratchBuffer + ScratchBufferSize; in UpdateMicrocodeFlashRegion()
792 ScratchBufferPtr = (UINT8 *)MicrocodePatchScratchBuffer + ScratchBufferSize; in UpdateMicrocodeFlashRegion()
794 …Status = UpdateMicrocode((UINTN)TargetMicrocodeEntryPoint, MicrocodePatchScratchBuffer, ScratchBuf… in UpdateMicrocodeFlashRegion()
828 ScratchBufferPtr = (UINT8 *)MicrocodePatchScratchBuffer + ScratchBufferSize; in UpdateMicrocodeFlashRegion()
834 ScratchBufferPtr = (UINT8 *)MicrocodePatchScratchBuffer + ScratchBufferSize; in UpdateMicrocodeFlashRegion()
836 …Status = UpdateMicrocode((UINTN)TargetMicrocodeEntryPoint, MicrocodePatchScratchBuffer, ScratchBuf… in UpdateMicrocodeFlashRegion()
[all …]