TianoCore EDK2 master
Loading...
Searching...
No Matches
WriteCr4.c
Go to the documentation of this file.
1
21EFIAPI
23 UINTN Value
24 )
25{
26 _asm {
27 mov eax, Value
28 _emit 0x0f // mov cr4, eax
29 _emit 0x22
30 _emit 0xE0
31 }
32}
UINT64 UINTN
UINTN EFIAPI AsmWriteCr4(UINTN Value)
Definition: WriteCr4.c:22