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

Go to the source code of this file.

Functions

unsigned long qemu_get_high_memory_size (void)
 
unsigned long qemu_get_memory_size (void)
 

Function Documentation

◆ qemu_get_high_memory_size()

unsigned long qemu_get_high_memory_size ( void  )

Definition at line 21 of file memmap.c.

References CMOS_ADDR_PORT, CMOS_DATA_PORT, HIGH_HIGHRAM_ADDR, inb(), LOW_HIGHRAM_ADDR, MID_HIGHRAM_ADDR, and outb().

Referenced by cpu_pci_domain_read_resources().

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

◆ qemu_get_memory_size()

unsigned long qemu_get_memory_size ( void  )

Definition at line 33 of file memmap.c.

References CMOS_ADDR_PORT, CMOS_DATA_PORT, HIGH_RAM_ADDR, inb(), LOW_RAM_ADDR, and outb().

Referenced by cbmem_top_chipset(), cpu_pci_domain_read_resources(), and smm_region().

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