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

#include <StmApi.h>

Collaboration diagram for STM_RSC_MSR_DESC:
Collaboration graph

Data Fields

STM_RSC_DESC_HEADER hdr
 
uint32_t msr_index
 
uint32_t kernel_mode_processing: 1
 
uint32_t reserved: 31
 
uint64_t read_mask
 
uint64_t write_mask
 

Detailed Description

Definition at line 388 of file StmApi.h.

Field Documentation

◆ hdr

STM_RSC_DESC_HEADER STM_RSC_MSR_DESC::hdr

Definition at line 389 of file StmApi.h.

◆ kernel_mode_processing

uint32_t STM_RSC_MSR_DESC::kernel_mode_processing

Definition at line 391 of file StmApi.h.

◆ msr_index

uint32_t STM_RSC_MSR_DESC::msr_index

Definition at line 390 of file StmApi.h.

Referenced by add_msr_resources(), and handle_single_resource().

◆ read_mask

uint64_t STM_RSC_MSR_DESC::read_mask

Definition at line 393 of file StmApi.h.

Referenced by add_msr_resources(), and handle_single_resource().

◆ reserved

uint32_t STM_RSC_MSR_DESC::reserved

Definition at line 392 of file StmApi.h.

◆ write_mask

uint64_t STM_RSC_MSR_DESC::write_mask

Definition at line 394 of file StmApi.h.

Referenced by add_msr_resources(), and handle_single_resource().


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