Searched refs:CpuBreakMask (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugMp.c215 Value = mDebugMpContext.CpuBreakMask[ProcessorIndex / 8];
222 mDebugMpContext.CpuBreakMask[ProcessorIndex / 8] = Value;
318 if (mDebugMpContext.CpuBreakMask[Index] != 0) {
319 return (UINT32) LowBitSet32 (mDebugMpContext.CpuBreakMask[Index]) + Index * 8;
H A DDebugMp.h29 UINT8 CpuBreakMask[DEBUG_CPU_MAX_COUNT/8]; ///< Bitmask of all breaking CPUs member in struct:__anon9382

Completed in 20 milliseconds