OvmfPkg[all]  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
SMM_ENTRY Struct Reference

Data Fields

SMM_ATTRIBUTES SmmAttributes
 
SMM_FUNCTION SmmFunction
 
UINT8 SmmPort
 
UINT8 SmmData
 

Detailed Description

This structure assumes both port and data sizes are 1. SmmAttribute must be properly to reflect that assumption.

Field Documentation

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.