coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
memmap.c File Reference
#include <cbmem.h>
#include <cpu/x86/smm.h>
#include <soc/iosf.h>
Include dependency graph for memmap.c:

Go to the source code of this file.

Functions

static size_t smm_region_size (void)
 
void smm_region (uintptr_t *start, size_t *size)
 
voidcbmem_top_chipset (void)
 

Function Documentation

◆ cbmem_top_chipset()

void* cbmem_top_chipset ( void  )

Definition at line 22 of file memmap.c.

References smm_region().

Here is the call graph for this function:

◆ smm_region()

void smm_region ( uintptr_t start,
size_t size 
)

Definition at line 16 of file memmap.c.

References BUNIT_SMRRL, iosf_bunit_read(), and smm_region_size().

Here is the call graph for this function:

◆ smm_region_size()

static size_t smm_region_size ( void  )
static

Definition at line 7 of file memmap.c.

References BUNIT_SMRRH, BUNIT_SMRRL, and iosf_bunit_read().

Referenced by smm_region().

Here is the call graph for this function:
Here is the caller graph for this function: