TianoCore EDK2 master
Loading...
Searching...
No Matches
WindowsSmmSecurityMitigationTable.h
Go to the documentation of this file.
1
10#ifndef _WINDOWS_SMM_SECURITY_MITIGATION_TABLE_H_
11#define _WINDOWS_SMM_SECURITY_MITIGATION_TABLE_H_
12
14
15#define EFI_ACPI_WINDOWS_SMM_SECURITY_MITIGATION_TABLE_SIGNATURE SIGNATURE_32('W', 'S', 'M', 'T')
16
17#pragma pack(1)
18
19#define EFI_WSMT_TABLE_REVISION 1
20
21typedef struct {
23 UINT32 ProtectionFlags;
25
26#define EFI_WSMT_PROTECTION_FLAGS_FIXED_COMM_BUFFERS 0x1
27#define EFI_WSMT_PROTECTION_FLAGS_COMM_BUFFER_NESTED_PTR_PROTECTION 0x2
28#define EFI_WSMT_PROTECTION_FLAGS_SYSTEM_RESOURCE_PROTECTION 0x4
29
30#pragma pack()
31
32#endif