OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MsrIndex
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
CpuS3.c
67
@param
MsrIndex
MSR index value.
74
IN UINT32
MsrIndex
79
if (
MsrIndex
== mMsrSpinLocks[Index].
MsrIndex
) {
89
@param
MsrIndex
MSR index value.
94
IN UINT32
MsrIndex
103
if (GetMsrSpinLockByIndex (
MsrIndex
) == NULL) {
107
mMsrSpinLocks[mMsrCount].
MsrIndex
=
MsrIndex
;
PiSmmCpuDxeSmm.h
327
UINT32
MsrIndex
;
612
@param
MsrIndex
MSR index value.
617
IN UINT32
MsrIndex
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/
BaseXApicX2ApicLib.c
139
UINT32
MsrIndex
;
156
MsrIndex
= (UINT32)(MmioOffset >> 4) + X2APIC_MSR_BASE_ADDRESS;
157
return AsmReadMsr32 (
MsrIndex
);
182
UINT32
MsrIndex
;
200
MsrIndex
= (UINT32)(MmioOffset >> 4) + X2APIC_MSR_BASE_ADDRESS;
206
AsmWriteMsr32 (
MsrIndex
, Value);
Completed in 711 milliseconds