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

/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugMp.h30 UINT32 ViewPointIndex; ///< Current view point to be debugged member in struct:__anon12932
H A DDebugAgent.c604 if (mDebugMpContext.ViewPointIndex != ProcessorIndex) {
663 mDebugMpContext.ViewPointIndex = Data32;
664 mDebugMpContext.BreakAtCpuIndex = mDebugMpContext.ViewPointIndex;
665 SetCpuBreakFlagByIndex (mDebugMpContext.ViewPointIndex, FALSE);
945 Data32 = mDebugMpContext.ViewPointIndex;
H A DDebugMp.c302 mDebugMpContext.ViewPointIndex = ProcessorIndex;

Completed in 244 milliseconds