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

  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
MicrocodeUpdate.c 28 @param[out] MicrocodePatchRegionSize The region size of Microcode
36 OUT UINTN *MicrocodePatchRegionSize
40 *MicrocodePatchRegionSize = (UINTN)PcdGet64(PcdCpuMicrocodePatchRegionSize);
42 if ((*MicrocodePatchAddress == NULL) || (*MicrocodePatchRegionSize == 0)) {
220 UINTN MicrocodePatchRegionSize;
232 MicrocodePatchRegionSize = MicrocodeFmpPrivate->MicrocodePatchRegionSize;
234 DEBUG((DEBUG_INFO, "Microcode Region - 0x%x - 0x%x\n", MicrocodePatchAddress, MicrocodePatchRegionSize));
238 MicrocodeEnd = (UINTN)MicrocodePatchAddress + MicrocodePatchRegionSize;
686 UINTN MicrocodePatchRegionSize;
    [all...]
MicrocodeUpdate.h 78 UINTN MicrocodePatchRegionSize;
117 @param[out] MicrocodePatchRegionSize The region size of Microcode
125 OUT UINTN *MicrocodePatchRegionSize
MicrocodeFmp.c 606 DEBUG ((DEBUG_INFO, " MicrocodeRegion - 0x%x - 0x%x\n", MicrocodeFmpPrivate->MicrocodePatchAddress, MicrocodeFmpPrivate->MicrocodePatchRegionSize));
677 Result = GetMicrocodeRegion(&MicrocodeFmpPrivate->MicrocodePatchAddress, &MicrocodeFmpPrivate->MicrocodePatchRegionSize);
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
Microcode.c 46 UINT64 MicrocodePatchRegionSize;
65 MicrocodePatchRegionSize = PcdGet64 (PcdCpuMicrocodePatchRegionSize);
66 if (MicrocodePatchRegionSize == 0) {
96 MicrocodeEnd = (UINTN) (MicrocodePatchAddress + MicrocodePatchRegionSize);

Completed in 509 milliseconds