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

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugMp.h32 UINT32 BspIndex; ///< Processor index value of BSP member in struct:__anon9382
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
H A DMpService.c119 UINTN BspIndex; local
121 BspIndex = mSmmMpSyncData->BspIndex;
123 WaitForSemaphore (&mSmmMpSyncData->CpuData[BspIndex].Run);
138 UINTN BspIndex; local
140 BspIndex = mSmmMpSyncData->BspIndex;
142 if (Index != BspIndex && mSmmMpSyncData->CpuData[Index].Present) {
317 ASSERT (CpuIndex == mSmmMpSyncData->BspIndex);
524 // Reset BspIndex t
553 UINTN BspIndex; local
[all...]
H A DPiSmmCpuDxeSmm.c390 UINTN BspIndex; local
434 BspIndex = (UINTN)-1;
447 BspIndex = Index;
454 ASSERT (BspIndex != (UINTN)-1);
460 while (!mRebased[BspIndex]);
H A DPiSmmCpuDxeSmm.h317 volatile UINT32 BspIndex; member in struct:__anon9620
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
H A DAcpiPlatform.c215 UINTN BspIndex; local
339 &BspIndex
389 if ((BspIndex == CurrProcessor) || ((ProcessorInfoBuffer.StatusFlag & PROCESSOR_ENABLED_BIT) != 0)) {

Completed in 86 milliseconds