OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
SMM_ENTRY Struct Reference

#include <LegacyBios.h>

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.

Definition at line 824 of file LegacyBios.h.

Field Documentation

◆ SmmAttributes

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.

◆ SmmData

UINT8 SMM_ENTRY::SmmData

SmmData size depends upon SmmAttributes and ranges from2 bytes to 16 bytes.

Definition at line 844 of file LegacyBios.h.

◆ SmmFunction

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.

◆ SmmPort

UINT8 SMM_ENTRY::SmmPort

SmmPort size depends upon SmmAttributes and ranges from2 bytes to 16 bytes.

Definition at line 839 of file LegacyBios.h.


The documentation for this struct was generated from the following file: