Home
last modified time | relevance | path

Searched refs:BspIndex (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DMpService.c123 UINTN BspIndex; in WaitForAllAPs() local
125 BspIndex = mSmmMpSyncData->BspIndex; in WaitForAllAPs()
127 WaitForSemaphore (mSmmMpSyncData->CpuData[BspIndex].Run); in WaitForAllAPs()
142 UINTN BspIndex; in ReleaseAllAPs() local
144 BspIndex = mSmmMpSyncData->BspIndex; in ReleaseAllAPs()
146 if (Index != BspIndex && *(mSmmMpSyncData->CpuData[Index].Present)) { in ReleaseAllAPs()
313 ASSERT (CpuIndex == mSmmMpSyncData->BspIndex); in BSPHandler()
523 mSmmMpSyncData->BspIndex = (UINT32)-1; in BSPHandler()
549 UINTN BspIndex; in APHandler() local
566 if (mSmmMpSyncData->BspIndex != -1) { in APHandler()
[all …]
DPiSmmCpuDxeSmm.c405 UINTN BspIndex; in SmmRelocateBases() local
449 BspIndex = (UINTN)-1; in SmmRelocateBases()
462 BspIndex = Index; in SmmRelocateBases()
469 ASSERT (BspIndex != (UINTN)-1); in SmmRelocateBases()
475 while (!mRebased[BspIndex]); in SmmRelocateBases()
DPiSmmCpuDxeSmm.h345 volatile UINT32 BspIndex; member
/device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
DMicrocodeFmp.c528 UINTN BspIndex; in InitializeProcessorInfo() local
541 Status = MpService->WhoAmI (MpService, &BspIndex); in InitializeProcessorInfo()
543 MicrocodeFmpPrivate->BspIndex = BspIndex; in InitializeProcessorInfo()
553 if (Index == BspIndex) { in InitializeProcessorInfo()
589 DEBUG ((DEBUG_INFO, " BspIndex - 0x%x\n", MicrocodeFmpPrivate->BspIndex)); in DumpPrivateInfo()
DMicrocodeUpdate.h86 UINTN BspIndex; member
DMicrocodeUpdate.c155 if (CpuIndex == MicrocodeFmpPrivate->BspIndex) { in LoadMicrocodeOnThis()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugMp.c157 if (mDebugMpContext.BspIndex != ProcessorIndex) { in IsBsp()
159 mDebugMpContext.BspIndex = ProcessorIndex; in IsBsp()
DDebugMp.h32 UINT32 BspIndex; ///< Processor index value of BSP member
DDebugAgent.c2042 SetDebugViewPoint (mDebugMpContext.BspIndex); in CommandCommunication()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
DAcpiPlatform.c215 UINTN BspIndex; in PlatformUpdateTables() local
337 &BspIndex in PlatformUpdateTables()
386 …if ((BspIndex == CurrProcessor) || ((ProcessorInfoBuffer.StatusFlag & PROCESSOR_ENABLED_BIT) != 0)… in PlatformUpdateTables()