TianoCore EDK2 master
Loading...
Searching...
No Matches
EnableCache.c
Go to the documentation of this file.
1
16VOID
17EFIAPI
19 VOID
20 )
21{
22 _asm {
23 wbinvd
24 mov eax, cr0
25 btr eax, 30
26 btr eax, 29
27 mov cr0, eax
28 }
29}
VOID EFIAPI AsmEnableCache(VOID)
Definition: EnableCache.c:18