TianoCore EDK2 master
Loading...
Searching...
No Matches
ReadPmc.c
Go to the documentation of this file.
1
20UINT64
21EFIAPI
23 IN UINT32 Index
24 )
25{
26 _asm {
27 mov ecx, Index
28 rdpmc
29 }
30}
#define IN
Definition: Base.h:279
UINT64 EFIAPI AsmReadPmc(IN UINT32 Index)
Definition: ReadPmc.c:22