coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
rom_segs.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ROM_CODE_SEG   0x08
 
#define ROM_DATA_SEG   0x10
 
#define ROM_CODE_SEG64   0x18
 
#define SMM_TASK_STATE_SEG   0x20
 

Macro Definition Documentation

◆ ROM_CODE_SEG

#define ROM_CODE_SEG   0x08

Definition at line 6 of file rom_segs.h.

◆ ROM_CODE_SEG64

#define ROM_CODE_SEG64   0x18

Definition at line 8 of file rom_segs.h.

◆ ROM_DATA_SEG

#define ROM_DATA_SEG   0x10

Definition at line 7 of file rom_segs.h.

◆ SMM_TASK_STATE_SEG

#define SMM_TASK_STATE_SEG   0x20

Definition at line 15 of file rom_segs.h.