Searched refs:gDxeCoreRT (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/
H A DDxeMain.c203 // For debug initialize gDxeCoreRT to template. gDxeCoreRT must be allocated from RT memory
204 // but gDxeCoreRT is used for ASSERT () and DEBUG () type macros so lets give it
207 EFI_RUNTIME_SERVICES *gDxeCoreRT = &mEfiRuntimeServicesTableTemplate; variable
281 gDxeCoreRT = AllocateRuntimeCopyPool (sizeof (EFI_RUNTIME_SERVICES), &mEfiRuntimeServicesTableTemplate);
282 ASSERT (gDxeCoreRT != NULL);
284 gDxeCoreST->RuntimeServices = gDxeCoreRT;
H A DDxeProtocolNotify.c202 CalculateEfiHdrCrc (&gDxeCoreRT->Hdr);
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
H A DDxeMain.h275 extern EFI_RUNTIME_SERVICES *gDxeCoreRT;

Completed in 31 milliseconds