Home
last modified time | relevance | path

Searched refs:ApCount (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DMpService.c309 UINTN ApCount; in BSPHandler() local
314 ApCount = 0; in BSPHandler()
358 ApCount = LockdownSemaphore (mSmmMpSyncData->Counter) - 1; in BSPHandler()
363 WaitForAllAPs (ApCount); in BSPHandler()
384 WaitForAllAPs (ApCount); in BSPHandler()
401 WaitForAllAPs (ApCount); in BSPHandler()
446 ApCount = LockdownSemaphore (mSmmMpSyncData->Counter) - 1; in BSPHandler()
457 if (PresentCount > ApCount) { in BSPHandler()
472 WaitForAllAPs (ApCount); in BSPHandler()
489 WaitForAllAPs (ApCount); in BSPHandler()
[all …]
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
DMpLib.c304 UINT32 ApCount; in SortApicId() local
307 ApCount = CpuMpData->CpuCount - 1; in SortApicId()
309 if (ApCount != 0) { in SortApicId()
310 for (Index1 = 0; Index1 < ApCount; Index1++) { in SortApicId()
316 for (Index2 = Index1 + 1; Index2 <= ApCount; Index2++) { in SortApicId()