Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DCpuS3.c66 UINTN mMsrCount = 0; variable
103 for (Index = 0; Index < mMsrCount; Index++) { in GetMsrSpinLockByIndex()
143 mMsrSpinLocks[mMsrCount].MsrIndex = MsrIndex; in InitMsrSpinLockByIndex()
144 InitializeSpinLock (mMsrSpinLocks[mMsrCount].SpinLock); in InitMsrSpinLockByIndex()
145 mMsrCount ++; in InitMsrSpinLockByIndex()
146 if (mMsrCount == mMsrSpinLockCount) { in InitMsrSpinLockByIndex()
162 for (Index = mMsrCount; Index < mMsrSpinLockCount; Index++) { in InitMsrSpinLockByIndex()
165 (Index - mMsrCount) * mSemaphoreSize); in InitMsrSpinLockByIndex()