TianoCore EDK2 master
Loading...
Searching...
No Matches
WriteDr5.c
Go to the documentation of this file.
1
21EFIAPI
23 IN UINTN Value
24 )
25{
26 _asm {
27 mov eax, Value
28 _emit 0x0f // mov dr5, eax
29 _emit 0x23
30 _emit 0xe8
31 }
32}
UINT64 UINTN
#define IN
Definition: Base.h:279
UINTN EFIAPI AsmWriteDr5(IN UINTN Value)
Definition: WriteDr5.c:22