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

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

Completed in 37 milliseconds