Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugMp.h18 #define DEBUG_CPU_MAX_COUNT 256 macro
22 UINT16 ApicID[DEBUG_CPU_MAX_COUNT]; ///< Record the local apic id for each processor
29 …UINT8 CpuBreakMask[DEBUG_CPU_MAX_COUNT/8]; ///< Bitmask of all breaking…
30 …UINT8 CpuStopStatusMask[DEBUG_CPU_MAX_COUNT/8]; ///< Bitmask of CPU stop sta…
DDebugMp.c317 for (Index = 0; Index < DEBUG_CPU_MAX_COUNT / 8; Index ++) { in FindNextPendingBreakCpu()
339 for (Index = 0; Index < DEBUG_CPU_MAX_COUNT / 8; Index ++) { in IsAllCpuRunning()