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

#include <StmApi.h>

Collaboration diagram for STM_FEAT:
Collaboration graph

Data Fields

uint32_t intel_64mode_supported: 1
 
uint32_t ept_supported: 1
 
uint32_t mbz: 30
 

Detailed Description

Definition at line 30 of file StmApi.h.

Field Documentation

◆ ept_supported

uint32_t STM_FEAT::ept_supported

Definition at line 32 of file StmApi.h.

◆ intel_64mode_supported

uint32_t STM_FEAT::intel_64mode_supported

Definition at line 31 of file StmApi.h.

◆ mbz

uint32_t STM_FEAT::mbz

Definition at line 33 of file StmApi.h.


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