TianoCore EDK2 master
|
#include <Uefi.h>
Go to the source code of this file.
Functions | |
VOID | SaveLongModeContext (VOID) |
Create the NULL function to pass build in IA32/IPF/ARM/EBC.
Copyright (c) 2011, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file SaveLongModeContext.c.
VOID SaveLongModeContext | ( | VOID | ) |
Only when PEI is IA32 and DXE is X64, we need transfer to long mode in PEI in order to process capsule data above 4GB. So create a NULL function here for other cases.
Definition at line 17 of file SaveLongModeContext.c.