Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugMp.c19 GLOBAL_REMOVE_IF_UNREFERENCED DEBUG_CPU_DATA volatile mDebugCpuData = {0}; variable
114 for (Index = 0; Index < mDebugCpuData.CpuCount; Index ++) { in GetProcessorIndex()
115 if (mDebugCpuData.ApicID[Index] == LocalApicID) { in GetProcessorIndex()
120 if (Index == mDebugCpuData.CpuCount) { in GetProcessorIndex()
121 mDebugCpuData.ApicID[Index] = LocalApicID; in GetProcessorIndex()
122 mDebugCpuData.CpuCount ++ ; in GetProcessorIndex()
149 if (mDebugCpuData.CpuCount < 2) { in IsBsp()
DDebugMp.h40 extern DEBUG_CPU_DATA volatile mDebugCpuData;