TianoCore EDK2 master
Loading...
Searching...
No Matches
WriteCr0.c
Go to the documentation of this file.
1
21EFIAPI
23 UINTN Value
24 )
25{
26 _asm {
27 mov eax, Value
28 mov cr0, eax
29 }
30}
UINT64 UINTN
UINTN EFIAPI AsmWriteCr0(UINTN Value)
Definition: WriteCr0.c:22