OpenCore
1.0.4
OpenCore Bootloader
|
#include <LegacyBios.h>
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.
Definition at line 824 of file LegacyBios.h.
SMM_ATTRIBUTES SMM_ENTRY::SmmAttributes |
Describes the access mechanism, SmmPort, and SmmData sizes. Type SMM_ATTRIBUTES is defined below.
Definition at line 829 of file LegacyBios.h.
UINT8 SMM_ENTRY::SmmData |
SmmData size depends upon SmmAttributes and ranges from2 bytes to 16 bytes.
Definition at line 844 of file LegacyBios.h.
SMM_FUNCTION SMM_ENTRY::SmmFunction |
Function Soft SMI is to perform. Type SMM_FUNCTION is defined below.
Definition at line 834 of file LegacyBios.h.
UINT8 SMM_ENTRY::SmmPort |
SmmPort size depends upon SmmAttributes and ranges from2 bytes to 16 bytes.
Definition at line 839 of file LegacyBios.h.