Searched refs:mDebugMpContext (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/ |
H A D | DebugMp.c | 17 DEBUG_MP_CONTEXT volatile mDebugMpContext = {0,0,0,0,0,0,0,0,FALSE,FALSE}; variable 37 if (AcquireSpinLockOrFail (&mDebugMpContext.DebugPortSpinLock)) { 58 ReleaseSpinLock (&mDebugMpContext.DebugPortSpinLock); 73 if (AcquireSpinLockOrFail (&mDebugMpContext.MpContextSpinLock)) { 90 ReleaseSpinLock (&mDebugMpContext.MpContextSpinLock); 109 mDebugMpContext.BreakAtCpuIndex = CurrentProcessorIndex; 172 if (mDebugMpContext.BspIndex != ProcessorIndex) { 174 mDebugMpContext.BspIndex = ProcessorIndex; 202 Value = mDebugMpContext.CpuStopStatusMask[ProcessorIndex / 8]; 209 mDebugMpContext [all...] |
H A D | DebugTimer.c | 45 mDebugMpContext.DebugTimerInitCount = InitialCount;
|
H A D | DebugAgent.c | 604 if (mDebugMpContext.ViewPointIndex != ProcessorIndex) { 605 if (mDebugMpContext.RunCommandSet) { 663 mDebugMpContext.ViewPointIndex = Data32; 664 mDebugMpContext.BreakAtCpuIndex = mDebugMpContext.ViewPointIndex; 665 SetCpuBreakFlagByIndex (mDebugMpContext.ViewPointIndex, FALSE); 693 SetDebugViewPoint (mDebugMpContext.BspIndex); 698 mDebugMpContext.BreakAtCpuIndex = (UINT32) (-1); 729 if (MultiProcessorDebugSupport && ProcessorIndex != mDebugMpContext.BreakAtCpuIndex) { 751 mDebugMpContext [all...] |
H A D | DebugMp.h | 39 extern DEBUG_MP_CONTEXT volatile mDebugMpContext;
|
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/ |
H A D | DxeDebugAgentLib.c | 223 InitializeSpinLock (&mDebugMpContext.MpContextSpinLock); 224 InitializeSpinLock (&mDebugMpContext.DebugPortSpinLock);
|
Completed in 98 milliseconds