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

#include <StmApi.h>

Collaboration diagram for STM_PROTECTION_EXCEPTION_HANDLER:
Collaboration graph

Data Fields

uint64_t spe_rip
 
uint64_t spe_rsp
 
uint16_t spe_ss
 
uint16_t page_violation_exception: 1
 
uint16_t msr_violation_exception: 1
 
uint16_t register_violation_exception: 1
 
uint16_t io_violation_exception: 1
 
uint16_t pci_violation_exception: 1
 
uint16_t reserved1: 11
 
uint32_t reserved2
 

Detailed Description

Definition at line 71 of file StmApi.h.

Field Documentation

◆ io_violation_exception

uint16_t STM_PROTECTION_EXCEPTION_HANDLER::io_violation_exception

Definition at line 78 of file StmApi.h.

◆ msr_violation_exception

uint16_t STM_PROTECTION_EXCEPTION_HANDLER::msr_violation_exception

Definition at line 76 of file StmApi.h.

◆ page_violation_exception

uint16_t STM_PROTECTION_EXCEPTION_HANDLER::page_violation_exception

Definition at line 75 of file StmApi.h.

◆ pci_violation_exception

uint16_t STM_PROTECTION_EXCEPTION_HANDLER::pci_violation_exception

Definition at line 79 of file StmApi.h.

◆ register_violation_exception

uint16_t STM_PROTECTION_EXCEPTION_HANDLER::register_violation_exception

Definition at line 77 of file StmApi.h.

◆ reserved1

uint16_t STM_PROTECTION_EXCEPTION_HANDLER::reserved1

Definition at line 80 of file StmApi.h.

◆ reserved2

uint32_t STM_PROTECTION_EXCEPTION_HANDLER::reserved2

Definition at line 81 of file StmApi.h.

◆ spe_rip

uint64_t STM_PROTECTION_EXCEPTION_HANDLER::spe_rip

Definition at line 72 of file StmApi.h.

◆ spe_rsp

uint64_t STM_PROTECTION_EXCEPTION_HANDLER::spe_rsp

Definition at line 73 of file StmApi.h.

◆ spe_ss

uint16_t STM_PROTECTION_EXCEPTION_HANDLER::spe_ss

Definition at line 74 of file StmApi.h.


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