coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
amd64_save_state.h File Reference
#include <types.h>
#include <cpu/x86/smm.h>
Include dependency graph for amd64_save_state.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  __packed
 

Macros

#define SMM_AMD64_ARCH_OFFSET   0x7e00
 
#define SMM_AMD64_SAVE_STATE_OFFSET    SMM_SAVE_STATE_BEGIN(SMM_AMD64_ARCH_OFFSET)
 

Macro Definition Documentation

◆ SMM_AMD64_ARCH_OFFSET

#define SMM_AMD64_ARCH_OFFSET   0x7e00

Definition at line 13 of file amd64_save_state.h.

◆ SMM_AMD64_SAVE_STATE_OFFSET

#define SMM_AMD64_SAVE_STATE_OFFSET    SMM_SAVE_STATE_BEGIN(SMM_AMD64_ARCH_OFFSET)

Definition at line 14 of file amd64_save_state.h.