Searched refs:mMailboxPointer (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgent/
H A DSmmDebugAgentLib.c17 DEBUG_AGENT_MAILBOX *mMailboxPointer = NULL; variable
34 return mMailboxPointer;
48 return (DEBUG_PORT_HANDLE) (UINTN)(mMailboxPointer->DebugPortHandle);
121 Status = EfiGetSystemConfigurationTable (&gEfiDebugAgentGuid, (VOID **) &mMailboxPointer);
122 if (EFI_ERROR (Status) || mMailboxPointer == NULL) {
124 mMailboxPointer = &mLocalMailbox;
133 if (mMailboxPointer != NULL) {
137 DebugPortHandle = (UINT64) (UINTN)DebugPortInitialize ((DEBUG_PORT_HANDLE) (UINTN)mMailboxPointer->DebugPortHandle, NULL);
138 mMailboxPointer->DebugPortHandle = DebugPortHandle;
140 if (mMailboxPointer
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/
H A DDxeDebugAgentLib.c19 DEBUG_AGENT_MAILBOX *mMailboxPointer; variable
65 (UINT8 *) (UINTN) mMailboxPointer,
69 mMailboxPointer = (DEBUG_AGENT_MAILBOX *) (UINTN) Address;
71 return gBS->InstallConfigurationTable (&gEfiDebugAgentGuid, (VOID *) mMailboxPointer);
108 return mMailboxPointer;
122 return (DEBUG_PORT_HANDLE) (UINTN)(mMailboxPointer->DebugPortHandle);
200 mMailboxPointer = &mMailbox;
221 mMailboxPointer->DebugPortHandle = (UINT64) (UINTN)DebugPortInitialize (NULL, NULL);

Completed in 40 milliseconds