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

#include <smm.h>

Collaboration diagram for smm_module_params:
Collaboration graph

Data Fields

size_t cpu
 
const uintptr_tcanary
 

Detailed Description

Definition at line 72 of file smm.h.

Field Documentation

◆ canary

const uintptr_t* smm_module_params::canary

Definition at line 77 of file smm.h.

Referenced by smm_handler_start().

◆ cpu

size_t smm_module_params::cpu

Definition at line 73 of file smm.h.

Referenced by smm_do_relocation(), and smm_handler_start().


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