TianoCore EDK2 master
Loading...
Searching...
No Matches
X86MemoryFence.c File Reference

Go to the source code of this file.

Functions

VOID EFIAPI MemoryFence (VOID)
 

Detailed Description

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.

Function Documentation

◆ MemoryFence()

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.