coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
memory.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 
4 #ifndef __QEMU_MEMORY_H_
5 #define __QEMU_MEMORY_H_
6 
7 unsigned long qemu_get_high_memory_size(void);
8 unsigned long qemu_get_memory_size(void);
9 
10 #endif
unsigned long qemu_get_memory_size(void)
Definition: memmap.c:33
unsigned long qemu_get_high_memory_size(void)
Definition: memmap.c:21