TianoCore EDK2 master
Loading...
Searching...
No Matches
ReadCr4.c
Go to the documentation of this file.
1
20EFIAPI
22 VOID
23 )
24{
25 __asm {
26 _emit 0x0f // mov eax, cr4
27 _emit 0x20
28 _emit 0xE0
29 }
30}
UINT64 UINTN
UINTN EFIAPI AsmReadCr4(VOID)
Definition: ReadCr4.c:21