TianoCore EDK2 master
Loading...
Searching...
No Matches
ReadTsc.c
Go to the documentation of this file.
1
18UINT64
19EFIAPI
21 VOID
22 )
23{
24 _asm {
25 rdtsc
26 }
27}
UINT64 EFIAPI AsmReadTsc(VOID)
Definition: ReadTsc.c:20