Searched defs:CpuMask (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugMp.c259 UINT8 CpuMask; local
261 CpuMask = (UINT8) (1 << (ProcessorIndex % 8));
263 if ((mDebugMpContext.CpuStopStatusMask[ProcessorIndex / 8] & CpuMask) != 0) {

Completed in 1142 milliseconds