Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/
DDxeProtocolNotify.c34 { &gEfiRuntimeArchProtocolGuid, (VOID **)&gRuntime, NULL, NULL, FALSE },
180 InsertTailList (&gRuntime->ImageHead, Link); in GenericProtocolNotify()
187 InsertTailList (&gRuntime->EventHead, Link); in GenericProtocolNotify()
DDxeMain.c193 EFI_RUNTIME_ARCH_PROTOCOL *gRuntime = &gRuntimeTemplate; variable
795 gRuntime->AtRuntime = TRUE; in CoreExitBootServices()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
DEvent.c495 InsertTailList (&gRuntime->EventHead, &IEvent->RuntimeData.Link); in CoreCreateEventInternal()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DDxeMain.h281 extern EFI_RUNTIME_ARCH_PROTOCOL *gRuntime;
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
DImage.c712 InsertTailList (&gRuntime->ImageHead, &Image->RuntimeData->Link); in CoreLoadPeImage()