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

/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugMp.c135 UINT16 LocalApicID; local
137 LocalApicID = (UINT16) GetApicId ();
142 if (mDebugCpuData.ApicID[Index] == LocalApicID) {
148 mDebugCpuData.ApicID[Index] = LocalApicID;

Completed in 928 milliseconds