Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DCpuS3.c65 UINTN mMsrSpinLockCount; variable
136 mMsrSpinLockCount = MsrSpinLockCount; in InitMsrSpinLockByIndex()
146 if (mMsrCount == mMsrSpinLockCount) { in InitMsrSpinLockByIndex()
154 NewMsrSpinLockCount = mMsrSpinLockCount + AddedSize / mSemaphoreSize; in InitMsrSpinLockByIndex()
156 sizeof (MP_MSR_LOCK) * mMsrSpinLockCount, in InitMsrSpinLockByIndex()
161 mMsrSpinLockCount = NewMsrSpinLockCount; in InitMsrSpinLockByIndex()
162 for (Index = mMsrCount; Index < mMsrSpinLockCount; Index++) { in InitMsrSpinLockByIndex()