TianoCore EDK2 master
|
#include <Uefi/UefiBaseType.h>
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
#include <Library/MemEncryptSevLib.h>
#include "SnpPageStateChange.h"
#include "VirtualMemory.h"
Go to the source code of this file.
Functions | |
VOID EFIAPI | MemEncryptSevSnpPreValidateSystemRam (IN PHYSICAL_ADDRESS BaseAddress, IN UINTN NumPages) |
Variables | |
STATIC VOID * | mPscBuffer = NULL |
SEV-SNP Page Validation functions.
Copyright (c) 2021 - 2024, AMD Incorporated. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file DxeSnpSystemRamValidate.c.
VOID EFIAPI MemEncryptSevSnpPreValidateSystemRam | ( | IN PHYSICAL_ADDRESS | BaseAddress, |
IN UINTN | NumPages | ||
) |
Pre-validate the system RAM when SEV-SNP is enabled in the guest VM.
[in] | BaseAddress | Base address |
[in] | NumPages | Number of pages starting from the base address |
Definition at line 30 of file DxeSnpSystemRamValidate.c.
Definition at line 19 of file DxeSnpSystemRamValidate.c.