OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mVectorHandoffInfoDebugAgent
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugAgent.h
74
extern EFI_VECTOR_HANDOFF_INFO
mVectorHandoffInfoDebugAgent
[];
DebugAgent.c
30
GLOBAL_REMOVE_IF_UNREFERENCED EFI_VECTOR_HANDOFF_INFO
mVectorHandoffInfoDebugAgent
[] = {
133
GLOBAL_REMOVE_IF_UNREFERENCED UINTN mVectorHandoffInfoCount = sizeof (
mVectorHandoffInfoDebugAgent
) / sizeof (EFI_VECTOR_HANDOFF_INFO);
[
all
...]
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/
DxeDebugAgentLib.c
80
Status = gBS->InstallConfigurationTable (&gEfiVectorHandoffTableGuid, (VOID *) &
mVectorHandoffInfoDebugAgent
[0]);
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgent/
SmmDebugAgentLib.c
205
(VOID *) &
mVectorHandoffInfoDebugAgent
[0],
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgent/
SecPeiDebugAgentLib.c
21
&
mVectorHandoffInfoDebugAgent
[0]
Completed in 66 milliseconds