TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
VOID EFIAPI | MemoryFence (VOID) |
IA-32/x64 MemoryFence().
Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file X86MemoryFence.c.
VOID EFIAPI MemoryFence | ( | VOID | ) |
Used to serialize load and store operations.
All loads and stores that proceed calls to this function are guaranteed to be globally visible when this function returns.
Definition at line 18 of file X86MemoryFence.c.