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

#include <txt_register.h>

Collaboration diagram for dpr_register:
Collaboration graph

Data Fields

struct {
   uint32_t   lock: 1
 
   uint32_t   prs: 1
 
   uint32_t   epm: 1
 
   uint32_t   __pad0__: 1
 
   uint32_t   size: 8
 
   uint32_t   __pad1__: 8
 
   uint32_t   top: 12
 
}; 
 
uint32_t raw
 

Detailed Description

Definition at line 164 of file txt_register.h.

Field Documentation

◆ 

struct { ... }

◆ __pad0__

uint32_t dpr_register::__pad0__

Definition at line 169 of file txt_register.h.

◆ __pad1__

uint32_t dpr_register::__pad1__

Definition at line 171 of file txt_register.h.

◆ epm

uint32_t dpr_register::epm

◆ lock

uint32_t dpr_register::lock

Definition at line 166 of file txt_register.h.

Referenced by configure_dpr(), and lockdown_intel_txt().

◆ prs

uint32_t dpr_register::prs

Definition at line 167 of file txt_register.h.

Referenced by lockdown_intel_txt().

◆ raw

uint32_t dpr_register::raw

◆ size

◆ top

uint32_t dpr_register::top

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