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

/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgent/
H A DSecPeiDebugAgentLib.c196 DEBUG_AGENT_PHASE2_CONTEXT Phase2Context; local
217 Phase2Context.Context = Context;
218 Phase2Context.Function = Function;
219 DebugPortInitialize ((VOID *) &Phase2Context, InitializeDebugAgentPhase2);
290 DEBUG_AGENT_PHASE2_CONTEXT *Phase2Context; local
306 Phase2Context = (DEBUG_AGENT_PHASE2_CONTEXT *) Context;
307 SecCoreData = (EFI_SEC_PEI_HAND_OFF *)Phase2Context->Context;
320 if (Phase2Context->Function != NULL) {
321 Phase2Context->Function (Phase2Context
[all...]

Completed in 1170 milliseconds