Searched refs:MsrSpinLockCount (Results 1 – 1 of 1) sorted by relevance
122 UINTN MsrSpinLockCount; in InitMsrSpinLockByIndex() local128 MsrSpinLockCount = mSmmCpuSemaphores.SemaphoreMsr.AvailableCounter; in InitMsrSpinLockByIndex()129 mMsrSpinLocks = (MP_MSR_LOCK *) AllocatePool (sizeof (MP_MSR_LOCK) * MsrSpinLockCount); in InitMsrSpinLockByIndex()131 for (Index = 0; Index < MsrSpinLockCount; Index++) { in InitMsrSpinLockByIndex()136 mMsrSpinLockCount = MsrSpinLockCount; in InitMsrSpinLockByIndex()