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

/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugMp.h32 UINT32 BreakAtCpuIndex; ///< Processor index value of the current breaking CPU member in struct:__anon12932
H A DDebugAgent.c664 mDebugMpContext.BreakAtCpuIndex = mDebugMpContext.ViewPointIndex;
698 mDebugMpContext.BreakAtCpuIndex = (UINT32) (-1);
729 if (MultiProcessorDebugSupport && ProcessorIndex != mDebugMpContext.BreakAtCpuIndex) {
751 mDebugMpContext.BreakAtCpuIndex = (UINT32) (-1);
1023 mDebugMpContext.BreakAtCpuIndex = ProcessorIndex;
1119 if (mDebugMpContext.BreakAtCpuIndex != (UINT32) (-1)) {
H A DDebugMp.c109 mDebugMpContext.BreakAtCpuIndex = CurrentProcessorIndex;

Completed in 4690 milliseconds