HomeSort by relevance Sort by last modified time
    Searched refs:mDebugMpContext (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugMp.c 17 GLOBAL_REMOVE_IF_UNREFERENCED DEBUG_MP_CONTEXT volatile mDebugMpContext = {0,0,0,{0},{0},0,0,0,0,FALSE,FALSE};
82 mDebugMpContext.BreakAtCpuIndex = CurrentProcessorIndex;
112 AcquireMpSpinLock (&mDebugMpContext.MpContextSpinLock);
125 ReleaseMpSpinLock (&mDebugMpContext.MpContextSpinLock);
157 if (mDebugMpContext.BspIndex != ProcessorIndex) {
158 AcquireMpSpinLock (&mDebugMpContext.MpContextSpinLock);
159 mDebugMpContext.BspIndex = ProcessorIndex;
160 ReleaseMpSpinLock (&mDebugMpContext.MpContextSpinLock);
185 AcquireMpSpinLock (&mDebugMpContext.MpContextSpinLock);
187 Value = mDebugMpContext.CpuStopStatusMask[ProcessorIndex / 8];
    [all...]
DebugAgent.c 351 AcquireMpSpinLock (&mDebugMpContext.MailboxSpinLock);
390 ReleaseMpSpinLock (&mDebugMpContext.MailboxSpinLock);
    [all...]
DebugMp.h 39 extern DEBUG_MP_CONTEXT volatile mDebugMpContext;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/
DxeDebugAgentLib.c 217 AcquireMpSpinLock (&mDebugMpContext.MailboxSpinLock);
219 ReleaseMpSpinLock (&mDebugMpContext.MailboxSpinLock);
258 InitializeSpinLock (&mDebugMpContext.MpContextSpinLock);
259 InitializeSpinLock (&mDebugMpContext.DebugPortSpinLock);
260 InitializeSpinLock (&mDebugMpContext.MailboxSpinLock);
264 mDebugMpContext.BreakAtCpuIndex = (UINT32) -1;
309 mDebugMpContext.DebugTimerInitCount = InitializeDebugTimer (&DebugTimerFrequency, TRUE);

Completed in 55 milliseconds