TianoCore EDK2 master
Loading...
Searching...
No Matches
WriteDr3.c
Go to the documentation of this file.
1
21EFIAPI
23 IN UINTN Value
24 )
25{
26 _asm {
27 mov eax, Value
28 mov dr3, eax
29 }
30}
UINT64 UINTN
#define IN
Definition: Base.h:279
UINTN EFIAPI AsmWriteDr3(IN UINTN Value)
Definition: WriteDr3.c:22