coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pushad_regs Struct Reference
Collaboration diagram for pushad_regs:
Collaboration graph

Data Fields

uint32_t edi
 
uint32_t esi
 
uint32_t ebp
 
uint32_t esp
 
uint32_t ebx
 
uint32_t edx
 
uint32_t ecx
 
uint32_t eax
 

Detailed Description

Definition at line 10 of file thread.c.

Field Documentation

◆ eax

uint32_t pushad_regs::eax

Definition at line 18 of file thread.c.

◆ ebp

uint32_t pushad_regs::ebp

Definition at line 13 of file thread.c.

◆ ebx

uint32_t pushad_regs::ebx

Definition at line 15 of file thread.c.

◆ ecx

uint32_t pushad_regs::ecx

Definition at line 17 of file thread.c.

◆ edi

uint32_t pushad_regs::edi

Definition at line 11 of file thread.c.

◆ edx

uint32_t pushad_regs::edx

Definition at line 16 of file thread.c.

◆ esi

uint32_t pushad_regs::esi

Definition at line 12 of file thread.c.

◆ esp

uint32_t pushad_regs::esp

Definition at line 14 of file thread.c.


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