VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X86MemoryFence.c

Last change on this file was 99404, checked in by vboxsync, 2 years ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 399 bytes
Line 
1/** @file
2 IA-32/x64 MemoryFence().
3
4 Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7**/
8
9/**
10 Used to serialize load and store operations.
11
12 All loads and stores that proceed calls to this function are guaranteed to be
13 globally visible when this function returns.
14
15**/
16VOID
17EFIAPI
18MemoryFence (
19 VOID
20 )
21{
22 return;
23}
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette