Home
last modified time | relevance | path

Searched refs:CurrentProcessorIndex (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugMp.c74 IN UINT32 CurrentProcessorIndex in HaltOtherProcessors() argument
77 …sgPrint (DEBUG_AGENT_INFO, "processor[%x]:Try to halt other processors.\n", CurrentProcessorIndex); in HaltOtherProcessors()
78 if (!IsBsp (CurrentProcessorIndex)) { in HaltOtherProcessors()
82 mDebugMpContext.BreakAtCpuIndex = CurrentProcessorIndex; in HaltOtherProcessors()
87 SetDebugViewPoint (CurrentProcessorIndex); in HaltOtherProcessors()
DDebugMp.h50 IN UINT32 CurrentProcessorIndex