TianoCore EDK2 master
|
#include "PiSmmCpuCommon.h"
Go to the source code of this file.
Functions | |
UINT32 | SmmInitPageTable (VOID) |
UINT64 | AllocPage (VOID) |
VOID EFIAPI | SmiPFHandler (IN EFI_EXCEPTION_TYPE InterruptType, IN EFI_SYSTEM_CONTEXT SystemContext) |
VOID | SaveCr2 (OUT UINTN *Cr2) |
VOID | RestoreCr2 (IN UINTN Cr2) |
Page table manipulation functions for IA-32 processors
Copyright (c) 2009 - 2024, Intel Corporation. All rights reserved.
Copyright (c) 2017, AMD Incorporated. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file PageTbl.c.
UINT64 AllocPage | ( | VOID | ) |
VOID EFIAPI SmiPFHandler | ( | IN EFI_EXCEPTION_TYPE | InterruptType, |
IN EFI_SYSTEM_CONTEXT | SystemContext | ||
) |
ThePage Fault handler wrapper for SMM use.
InterruptType | Defines the type of interrupt or exception that occurred on the processor.This parameter is processor architecture specific. |
SystemContext | A pointer to the processor context when the interrupt occurred on the processor. |