HomeSort by relevance Sort by last modified time
    Searched refs:BspIndex (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
MpService.c 123 UINTN BspIndex;
125 BspIndex = mSmmMpSyncData->BspIndex;
127 WaitForSemaphore (mSmmMpSyncData->CpuData[BspIndex].Run);
142 UINTN BspIndex;
144 BspIndex = mSmmMpSyncData->BspIndex;
146 if (Index != BspIndex && *(mSmmMpSyncData->CpuData[Index].Present)) {
313 ASSERT (CpuIndex == mSmmMpSyncData->BspIndex);
520 // Reset BspIndex to -1, meaning BSP has not been elected.
    [all...]
PiSmmCpuDxeSmm.c 405 UINTN BspIndex;
449 BspIndex = (UINTN)-1;
462 BspIndex = Index;
469 ASSERT (BspIndex != (UINTN)-1);
475 while (!mRebased[BspIndex]);
    [all...]
PiSmmCpuDxeSmm.h 345 volatile UINT32 BspIndex;
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugMp.h 32 UINT32 BspIndex; ///< Processor index value of BSP
DebugMp.c 157 if (mDebugMpContext.BspIndex != ProcessorIndex) {
159 mDebugMpContext.BspIndex = ProcessorIndex;
DebugAgent.c     [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
MicrocodeFmp.c 528 UINTN BspIndex;
541 Status = MpService->WhoAmI (MpService, &BspIndex);
543 MicrocodeFmpPrivate->BspIndex = BspIndex;
553 if (Index == BspIndex) {
589 DEBUG ((DEBUG_INFO, " BspIndex - 0x%x\n", MicrocodeFmpPrivate->BspIndex));
    [all...]
MicrocodeUpdate.h 86 UINTN BspIndex;
143 The ProcessorInformation (BspIndex/ProcessorCount/ProcessorInfo)
MicrocodeUpdate.c 155 if (CpuIndex == MicrocodeFmpPrivate->BspIndex) {
198 The ProcessorInformation (BspIndex/ProcessorCount/ProcessorInfo)
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
AcpiPlatform.c 215 UINTN BspIndex;
337 &BspIndex
386 if ((BspIndex == CurrProcessor) || ((ProcessorInfoBuffer.StatusFlag & PROCESSOR_ENABLED_BIT) != 0)) {
    [all...]

Completed in 150 milliseconds