Searched refs:MsrIndex (Results 1 – 3 of 3) sorted by relevance
74 IN UINT32 MsrIndex in GetMsrSpinLockByIndex() argument79 if (MsrIndex == mMsrSpinLocks[Index].MsrIndex) { in GetMsrSpinLockByIndex()94 IN UINT32 MsrIndex in InitMsrSpinLockByIndex() argument103 if (GetMsrSpinLockByIndex (MsrIndex) == NULL) { in InitMsrSpinLockByIndex()107 mMsrSpinLocks[mMsrCount].MsrIndex = MsrIndex; in InitMsrSpinLockByIndex()
327 UINT32 MsrIndex; member617 IN UINT32 MsrIndex
139 UINT32 MsrIndex; in ReadLocalApicReg() local156 MsrIndex = (UINT32)(MmioOffset >> 4) + X2APIC_MSR_BASE_ADDRESS; in ReadLocalApicReg()157 return AsmReadMsr32 (MsrIndex); in ReadLocalApicReg()182 UINT32 MsrIndex; in WriteLocalApicReg() local200 MsrIndex = (UINT32)(MmioOffset >> 4) + X2APIC_MSR_BASE_ADDRESS; in WriteLocalApicReg()206 AsmWriteMsr32 (MsrIndex, Value); in WriteLocalApicReg()