TianoCore EDK2 master
Loading...
Searching...
No Matches
SmmCpuPlatformHookLibNull.c
Go to the documentation of this file.
1
8#include <PiSmm.h>
10
23BOOLEAN
24EFIAPI
26 VOID
27 )
28{
29 return TRUE;
30}
31
41BOOLEAN
42EFIAPI
44 VOID
45 )
46{
47 return TRUE;
48}
49
70EFIAPI
72 OUT BOOLEAN *IsBsp
73 )
74{
75 return EFI_NOT_READY;
76}
77
93EFIAPI
95 IN UINT64 Address,
96 IN OUT SMM_PAGE_SIZE_TYPE *PageSize,
97 IN OUT UINTN *NumOfPages,
98 IN OUT UINTN *PageAttribute
99 )
100{
101 return EFI_UNSUPPORTED;
102}
103
114EFIAPI
116 VOID
117 )
118{
119 return EFI_UNSUPPORTED;
120}
UINT64 UINTN
#define TRUE
Definition: Base.h:301
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
SMM_PAGE_SIZE_TYPE
EFI_STATUS EFIAPI PlatformSmmBspElection(OUT BOOLEAN *IsBsp)
BOOLEAN EFIAPI PlatformValidSmi(VOID)
EFI_STATUS EFIAPI GetPlatformPageTableAttribute(IN UINT64 Address, IN OUT SMM_PAGE_SIZE_TYPE *PageSize, IN OUT UINTN *NumOfPages, IN OUT UINTN *PageAttribute)
BOOLEAN EFIAPI ClearTopLevelSmiStatus(VOID)
EFI_STATUS EFIAPI SmmCpuPlatformHookBeforeMmiHandler(VOID)
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29