Home
last modified time | relevance | path

Searched refs:BreakAtCpuIndex (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugMp.c82 mDebugMpContext.BreakAtCpuIndex = CurrentProcessorIndex; in HaltOtherProcessors()
367 if (mDebugMpContext.BreakAtCpuIndex != (UINT32) -1) { in IsFirstBreakProcessor()
DDebugMp.h33 …UINT32 BreakAtCpuIndex; ///< Processor index value of the current breaking … member
DDebugAgent.c2011 mDebugMpContext.BreakAtCpuIndex = mDebugMpContext.ViewPointIndex; in CommandCommunication()
2016 …SendBreakPacketToHost (DEBUG_DATA_BREAK_CAUSE_UNKNOWN, mDebugMpContext.BreakAtCpuIndex, &BreakRece… in CommandCommunication()
2047 mDebugMpContext.BreakAtCpuIndex = (UINT32) (-1); in CommandCommunication()
2077 if (MultiProcessorDebugSupport() && ProcessorIndex != mDebugMpContext.BreakAtCpuIndex) { in CommandCommunication()
2106 mDebugMpContext.BreakAtCpuIndex = (UINT32) (-1); in CommandCommunication()
2447 mDebugMpContext.BreakAtCpuIndex = ProcessorIndex; in InterruptProcess()
2544 if (mDebugMpContext.BreakAtCpuIndex != (UINT32) (-1)) { in InterruptProcess()
2632 mDebugMpContext.BreakAtCpuIndex = ProcessorIndex; in InterruptProcess()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/
DDxeDebugAgentLib.c264 mDebugMpContext.BreakAtCpuIndex = (UINT32) -1; in SetupDebugAgentEnvironment()