Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugMp.h31 UINT32 ViewPointIndex; ///< Current view point to be debugged member
DDebugAgent.c1875 if (mDebugMpContext.ViewPointIndex == ProcessorIndex) { in CommandCommunication()
1898 if (mDebugMpContext.ViewPointIndex != ProcessorIndex) { in CommandCommunication()
1957 …NT_INFO, "Processor[%x]:Received one command(%x)\n", mDebugMpContext.ViewPointIndex, DebugHeader->… in CommandCommunication()
2013 mDebugMpContext.ViewPointIndex = Data32; in CommandCommunication()
2014 mDebugMpContext.BreakAtCpuIndex = mDebugMpContext.ViewPointIndex; in CommandCommunication()
2015 SetCpuBreakFlagByIndex (mDebugMpContext.ViewPointIndex, FALSE); in CommandCommunication()
2269 Data32 = mDebugMpContext.ViewPointIndex; in CommandCommunication()
2673 if (mDebugMpContext.ViewPointIndex == ProcessorIndex) { in InterruptProcess()
2674 IssuedViewPoint = mDebugMpContext.ViewPointIndex; in InterruptProcess()
DDebugMp.c281 mDebugMpContext.ViewPointIndex = ProcessorIndex; in SetDebugViewPoint()