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

#include <regs.h>

Collaboration diagram for i386_general_register:
Collaboration graph

Data Fields

I32_reg_t I32_reg
 
I16_reg_t I16_reg
 
I8_reg_t I8_reg
 

Detailed Description

Definition at line 91 of file regs.h.

Field Documentation

◆ I16_reg

I16_reg_t i386_general_register::I16_reg

Definition at line 93 of file regs.h.

◆ I32_reg

I32_reg_t i386_general_register::I32_reg

Definition at line 92 of file regs.h.

◆ I8_reg

I8_reg_t i386_general_register::I8_reg

Definition at line 94 of file regs.h.


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