TianoCore EDK2 master
|
#include <Library/RegisterFilterLib.h>
Go to the source code of this file.
Functions | |
UINT64 | AsmReadMsr64Internal (IN UINT32 Index) |
UINT64 EFIAPI | AsmReadMsr64 (IN UINT32 Index) |
AsmReadMsr64 function
Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file ReadMsr64.c.
UINT64 EFIAPI AsmReadMsr64 | ( | IN UINT32 | Index | ) |
Returns a 64-bit Machine Specific Register(MSR).
Reads and returns the 64-bit MSR specified by Index. No parameter checking is performed on Index, and some Index values may cause CPU exceptions. The caller must either guarantee that Index is valid, or the caller must set up exception handlers to catch the exceptions. This function is only available on IA-32 and x64.
Index | The 32-bit MSR index to read. |
Definition at line 52 of file ReadMsr64.c.
UINT64 AsmReadMsr64Internal | ( | IN UINT32 | Index | ) |
Returns a 64-bit Machine Specific Register(MSR).
Reads and returns the 64-bit MSR specified by Index. No parameter checking is performed on Index, and some Index values may cause CPU exceptions. The caller must either guarantee that Index is valid, or the caller must set up exception handlers to catch the exceptions. This function is only available on IA-32 and x64.
Index | The 32-bit MSR index to read. |
Definition at line 26 of file ReadMsr64.c.