Searched refs:gMaxProcessorIndex (Results 1 – 2 of 2) sorted by relevance
24 UINTN gMaxProcessorIndex = 0; variable130 Status = DebugSupport->GetMaximumProcessorIndex (DebugSupport, &gMaxProcessorIndex); in GdbStubEntry()134 DEBUG ((EFI_D_INFO, "Debug Support Protocol Processor Index %d\n", gMaxProcessorIndex)); in GdbStubEntry()139 for (Processor = 0; Processor <= gMaxProcessorIndex; Processor++) { in GdbStubEntry()
18 UINTN gMaxProcessorIndex = 0; variable