Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DCpuS3.c74 IN UINT32 MsrIndex in GetMsrSpinLockByIndex() argument
79 if (MsrIndex == mMsrSpinLocks[Index].MsrIndex) { in GetMsrSpinLockByIndex()
94 IN UINT32 MsrIndex in InitMsrSpinLockByIndex() argument
103 if (GetMsrSpinLockByIndex (MsrIndex) == NULL) { in InitMsrSpinLockByIndex()
107 mMsrSpinLocks[mMsrCount].MsrIndex = MsrIndex; in InitMsrSpinLockByIndex()
DPiSmmCpuDxeSmm.h327 UINT32 MsrIndex; member
617 IN UINT32 MsrIndex
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/
DBaseXApicX2ApicLib.c139 UINT32 MsrIndex; in ReadLocalApicReg() local
156 MsrIndex = (UINT32)(MmioOffset >> 4) + X2APIC_MSR_BASE_ADDRESS; in ReadLocalApicReg()
157 return AsmReadMsr32 (MsrIndex); in ReadLocalApicReg()
182 UINT32 MsrIndex; in WriteLocalApicReg() local
200 MsrIndex = (UINT32)(MmioOffset >> 4) + X2APIC_MSR_BASE_ADDRESS; in WriteLocalApicReg()
206 AsmWriteMsr32 (MsrIndex, Value); in WriteLocalApicReg()