Searched refs:DEBUG_CPU_MAX_COUNT (Results 1 – 2 of 2) sorted by relevance
18 #define DEBUG_CPU_MAX_COUNT 256 macro22 UINT16 ApicID[DEBUG_CPU_MAX_COUNT]; ///< Record the local apic id for each processor29 …UINT8 CpuBreakMask[DEBUG_CPU_MAX_COUNT/8]; ///< Bitmask of all breaking…30 …UINT8 CpuStopStatusMask[DEBUG_CPU_MAX_COUNT/8]; ///< Bitmask of CPU stop sta…
320 for (Index = 0; Index < DEBUG_CPU_MAX_COUNT / 8; Index ++) { in FindNextPendingBreakCpu()342 for (Index = 0; Index < DEBUG_CPU_MAX_COUNT / 8; Index ++) { in IsAllCpuRunning()