OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gDxeCoreRT
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/
DxeMain.c
203
// 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;
281
gDxeCoreRT
= AllocateRuntimeCopyPool (sizeof (EFI_RUNTIME_SERVICES), &mEfiRuntimeServicesTableTemplate);
282
ASSERT (
gDxeCoreRT
!= NULL);
284
gDxeCoreST->RuntimeServices =
gDxeCoreRT
;
[
all
...]
DxeProtocolNotify.c
202
CalculateEfiHdrCrc (&
gDxeCoreRT
->Hdr);
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.h
275
extern EFI_RUNTIME_SERVICES *
gDxeCoreRT
;
[
all
...]
Completed in 38 milliseconds