TianoCore EDK2 master
Loading...
Searching...
No Matches
ReadDr7.c
Go to the documentation of this file.
1
20EFIAPI
22 VOID
23 )
24{
25 __asm {
26 mov eax, dr7
27 }
28}
UINT64 UINTN
UINTN EFIAPI AsmReadDr7(VOID)
Definition: ReadDr7.c:21