TianoCore EDK2 master
Loading...
Searching...
No Matches
Invd.c
Go to the documentation of this file.
1
16VOID
17EFIAPI
19 VOID
20 )
21{
22 _asm {
23 invd
24 }
25}
VOID EFIAPI AsmInvd(VOID)
Definition: Invd.c:18