OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gRuntime
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/
DxeProtocolNotify.c
34
{ &gEfiRuntimeArchProtocolGuid, (VOID **)&
gRuntime
, NULL, NULL, FALSE },
176
// Copy all the registered Image to new
gRuntime
protocol
180
InsertTailList (&
gRuntime
->ImageHead, Link);
183
// Copy all the registered Event to new
gRuntime
protocol
187
InsertTailList (&
gRuntime
->EventHead, Link);
DxeMain.c
193
EFI_RUNTIME_ARCH_PROTOCOL *
gRuntime
= &gRuntimeTemplate;
687
gRuntime
service.
795
gRuntime
->AtRuntime = TRUE;
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
Event.c
495
InsertTailList (&
gRuntime
->EventHead, &IEvent->RuntimeData.Link);
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.h
281
extern EFI_RUNTIME_ARCH_PROTOCOL *
gRuntime
;
461
gRuntime
service.
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
Image.c
712
InsertTailList (&
gRuntime
->ImageHead, &Image->RuntimeData->Link);
[
all
...]
Completed in 39 milliseconds