TianoCore EDK2 master
Loading...
Searching...
No Matches
ReadMsr64.c File Reference

Go to the source code of this file.

Functions

unsigned __int64 __readmsr (int register)
 
UINT64 EFIAPI AsmReadMsr64 (IN UINT32 Index)
 

Detailed Description

CpuBreakpoint function.

Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file ReadMsr64.c.

Function Documentation

◆ __readmsr()

unsigned __int64 __readmsr ( int  register)

Microsoft Visual Studio 7.1 Function Prototypes for I/O Intrinsics.

◆ AsmReadMsr64()

UINT64 EFIAPI AsmReadMsr64 ( IN UINT32  Index)

Read data to MSR.

Parameters
IndexRegister index of MSR.
Returns
Value read from MSR.

Definition at line 32 of file ReadMsr64.c.