|
OvmfPkg[all]
0.1
|
Data Fields | |
| SMM_ATTRIBUTES | SmmAttributes |
| SMM_FUNCTION | SmmFunction |
| UINT8 | SmmPort |
| UINT8 | SmmData |
This structure assumes both port and data sizes are 1. SmmAttribute must be properly to reflect that assumption.
| SMM_ATTRIBUTES SMM_ENTRY::SmmAttributes |
Describes the access mechanism, SmmPort, and SmmData sizes. Type SMM_ATTRIBUTES is defined below.
| UINT8 SMM_ENTRY::SmmData |
SmmData size depends upon SmmAttributes and ranges from2 bytes to 16 bytes.
| SMM_FUNCTION SMM_ENTRY::SmmFunction |
Function Soft SMI is to perform. Type SMM_FUNCTION is defined below.
| UINT8 SMM_ENTRY::SmmPort |
SmmPort size depends upon SmmAttributes and ranges from2 bytes to 16 bytes.