TianoCore EDK2 master
|
#include "Variable.h"
Go to the source code of this file.
Functions | |
VOID | VariableSpeculationBarrier (VOID) |
Barrier to stop speculative execution (DXE version).
Copyright (c) 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file SpeculationBarrierDxe.c.
VOID VariableSpeculationBarrier | ( | VOID | ) |
This service is consumed by the variable modules to place a barrier to stop speculative execution.
Ensures that no later instruction will execute speculatively, until all prior instructions have completed.
Definition at line 20 of file SpeculationBarrierDxe.c.