TianoCore EDK2 master
Loading...
Searching...
No Matches
TdxLibNull.c
Go to the documentation of this file.
1
10#include <Uefi/UefiBaseType.h>
11#include <Library/TdxLib.h>
12
25EFIAPI
27 IN UINT64 StartAddress,
28 IN UINT64 NumberOfPages,
29 IN UINT32 PageSize
30 )
31{
32 return EFI_UNSUPPORTED;
33}
34
50EFIAPI
52 IN UINT32 *Data,
53 IN UINT32 DataLen,
54 IN UINT8 Index
55 )
56{
57 return EFI_UNSUPPORTED;
58}
59
69UINT64
70EFIAPI
72 VOID
73 )
74{
75 return 0;
76}
77
84UINT32
85EFIAPI
87 VOID
88 )
89{
90 return 0;
91}
92
99UINT32
100EFIAPI
102 VOID
103 )
104{
105 return 0;
106}
#define IN
Definition: Base.h:279
UINT32 EFIAPI TdMaxVCpuNum(VOID)
Definition: TdxLibNull.c:86
UINT64 EFIAPI TdSharedPageMask(VOID)
Definition: TdxLibNull.c:71
UINT32 EFIAPI TdVCpuNum(VOID)
Definition: TdxLibNull.c:101
EFI_STATUS EFIAPI TdAcceptPages(IN UINT64 StartAddress, IN UINT64 NumberOfPages, IN UINT32 PageSize)
Definition: TdxLibNull.c:26
EFI_STATUS EFIAPI TdExtendRtmr(IN UINT32 *Data, IN UINT32 DataLen, IN UINT8 Index)
Definition: TdxLibNull.c:51
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29