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

/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugMp.c233 Value = mDebugMpContext.CpuBreakMask[ProcessorIndex / 8];
240 mDebugMpContext.CpuBreakMask[ProcessorIndex / 8] = Value;
342 if (mDebugMpContext.CpuBreakMask[Index] != 0) {
343 return (UINT32) LowBitSet32 (mDebugMpContext.CpuBreakMask[Index]) + Index * 8;
H A DDebugMp.h28 UINT8 CpuBreakMask[DEBUG_CPU_MAX_COUNT/8]; ///< Bitmask of all breaking CPUs member in struct:__anon12932

Completed in 132 milliseconds