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

#include <StmApi.h>

Collaboration diagram for STM_VMCS_DATABASE_REQUEST:
Collaboration graph

Data Fields

uint64_t vmcs_phys_pointer
 
uint32_t domain_type: 4
 
uint32_t x_state_policy: 2
 
uint32_t degradation_policy: 4
 
uint32_t reserved1: 22
 
uint32_t add_or_remove
 

Detailed Description

Definition at line 491 of file StmApi.h.

Field Documentation

◆ add_or_remove

uint32_t STM_VMCS_DATABASE_REQUEST::add_or_remove

Definition at line 497 of file StmApi.h.

◆ degradation_policy

uint32_t STM_VMCS_DATABASE_REQUEST::degradation_policy

Definition at line 495 of file StmApi.h.

◆ domain_type

uint32_t STM_VMCS_DATABASE_REQUEST::domain_type

Definition at line 493 of file StmApi.h.

◆ reserved1

uint32_t STM_VMCS_DATABASE_REQUEST::reserved1

Definition at line 496 of file StmApi.h.

◆ vmcs_phys_pointer

uint64_t STM_VMCS_DATABASE_REQUEST::vmcs_phys_pointer

Definition at line 492 of file StmApi.h.

◆ x_state_policy

uint32_t STM_VMCS_DATABASE_REQUEST::x_state_policy

Definition at line 494 of file StmApi.h.


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