Code Scrub for MdePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5567 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -17,6 +17,20 @@
|
||||
//
|
||||
|
||||
|
||||
/**
|
||||
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.
|
||||
|
||||
@param Index The 32-bit MSR index to read.
|
||||
|
||||
@return The value of the MSR identified by Index.
|
||||
|
||||
**/
|
||||
UINT64
|
||||
EFIAPI
|
||||
AsmReadMsr64 (
|
||||
|
Reference in New Issue
Block a user