TianoCore EDK2 master
|
#include <Library/RegisterFilterLib.h>
Go to the source code of this file.
Functions | |
unsigned __int64 | __readmsr (int register) |
UINT64 EFIAPI | AsmReadMsr64 (IN UINT32 Index) |
CpuBreakpoint function.
Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file ReadMsr64.c.
unsigned __int64 __readmsr | ( | int | register | ) |
Microsoft Visual Studio 7.1 Function Prototypes for I/O Intrinsics.
UINT64 EFIAPI AsmReadMsr64 | ( | IN UINT32 | Index | ) |
Read data to MSR.
Index | Register index of MSR. |
Definition at line 32 of file ReadMsr64.c.