coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
STM_SMM_STATE Struct Reference

#include <StmApi.h>

Collaboration diagram for STM_SMM_STATE:
Collaboration graph

Data Fields

uint8_t domain_type: 4
 
uint8_t x_state_policy: 2
 
uint8_t ept_enabled: 1
 
uint8_t reserved3: 1
 

Detailed Description

Definition at line 98 of file StmApi.h.

Field Documentation

◆ domain_type

uint8_t STM_SMM_STATE::domain_type

Definition at line 99 of file StmApi.h.

◆ ept_enabled

uint8_t STM_SMM_STATE::ept_enabled

Definition at line 101 of file StmApi.h.

◆ reserved3

uint8_t STM_SMM_STATE::reserved3

Definition at line 102 of file StmApi.h.

◆ x_state_policy

uint8_t STM_SMM_STATE::x_state_policy

Definition at line 100 of file StmApi.h.


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