HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_CPU_MAX_COUNT (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugMp.h 18 #define DEBUG_CPU_MAX_COUNT 256
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 CPUs
30 UINT8 CpuStopStatusMask[DEBUG_CPU_MAX_COUNT/8]; ///< Bitmask of CPU stop status
DebugMp.c 320 for (Index = 0; Index < DEBUG_CPU_MAX_COUNT / 8; Index ++) {
342 for (Index = 0; Index < DEBUG_CPU_MAX_COUNT / 8; Index ++) {

Completed in 65 milliseconds