TianoCore EDK2 master
Loading...
Searching...
No Matches
BaseMemoryEncryptionNull.c
Go to the documentation of this file.
1
14#include <Uefi.h>
15#include <Uefi/UefiBaseType.h>
16#include <Library/BaseLib.h>
18
27BOOLEAN
28EFIAPI
30 VOID
31 )
32{
33 return FALSE;
34}
35
53RETURN_STATUS
54EFIAPI
56 IN PHYSICAL_ADDRESS Cr3BaseAddress,
57 IN PHYSICAL_ADDRESS BaseAddress,
58 IN UINTN NumPages
59 )
60{
61 return EFI_UNSUPPORTED;
62}
63
81RETURN_STATUS
82EFIAPI
84 IN PHYSICAL_ADDRESS Cr3BaseAddress,
85 IN PHYSICAL_ADDRESS BaseAddress,
86 IN UINTN NumPages
87 )
88{
89 return EFI_UNSUPPORTED;
90}
UINT64 UINTN
RETURN_STATUS EFIAPI MemEncryptTdxSetPageSharedBit(IN PHYSICAL_ADDRESS Cr3BaseAddress, IN PHYSICAL_ADDRESS BaseAddress, IN UINTN NumPages)
BOOLEAN EFIAPI MemEncryptTdxIsEnabled(VOID)
RETURN_STATUS EFIAPI MemEncryptTdxClearPageSharedBit(IN PHYSICAL_ADDRESS Cr3BaseAddress, IN PHYSICAL_ADDRESS BaseAddress, IN UINTN NumPages)
#define FALSE
Definition: Base.h:307
#define IN
Definition: Base.h:279