Home
last modified time | relevance | path

Searched refs:MpContextSpinLock (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugMp.c112 AcquireMpSpinLock (&mDebugMpContext.MpContextSpinLock); in GetProcessorIndex()
125 ReleaseMpSpinLock (&mDebugMpContext.MpContextSpinLock); in GetProcessorIndex()
158 AcquireMpSpinLock (&mDebugMpContext.MpContextSpinLock); in IsBsp()
160 ReleaseMpSpinLock (&mDebugMpContext.MpContextSpinLock); in IsBsp()
185 AcquireMpSpinLock (&mDebugMpContext.MpContextSpinLock); in SetCpuStopFlagByIndex()
196 ReleaseMpSpinLock (&mDebugMpContext.MpContextSpinLock); in SetCpuStopFlagByIndex()
216 AcquireMpSpinLock (&mDebugMpContext.MpContextSpinLock); in SetCpuBreakFlagByIndex()
227 ReleaseMpSpinLock (&mDebugMpContext.MpContextSpinLock); in SetCpuBreakFlagByIndex()
267 AcquireMpSpinLock (&mDebugMpContext.MpContextSpinLock); in SetCpuRunningFlag()
269 ReleaseMpSpinLock (&mDebugMpContext.MpContextSpinLock); in SetCpuRunningFlag()
[all …]
DDebugMp.h26 SPIN_LOCK MpContextSpinLock; ///< Lock for writting MP context member
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/
DDxeDebugAgentLib.c258 InitializeSpinLock (&mDebugMpContext.MpContextSpinLock); in SetupDebugAgentEnvironment()