TianoCore EDK2 master
|
#include <Library/RegisterFilterLib.h>
Go to the source code of this file.
Functions | |
void | __writemsr (unsigned long Register, unsigned __int64 Value) |
UINT64 EFIAPI | AsmWriteMsr64 (IN UINT32 Index, IN UINT64 Value) |
CpuBreakpoint function.
Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file WriteMsr64.c.
void __writemsr | ( | unsigned long | Register, |
unsigned __int64 | Value | ||
) |
Microsoft Visual Studio 7.1 Function Prototypes for I/O Intrinsics.
Write data to MSR.
Index | The register index of MSR. |
Value | Data wants to be written. |
Definition at line 34 of file WriteMsr64.c.