Home
last modified time | relevance | path

Searched refs:e820_get_entry (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/i386/
H A De820_memory_layout.h26 bool e820_get_entry(int index, uint32_t type,
H A De820_memory_layout.c40 bool e820_get_entry(int idx, uint32_t type, uint64_t *address, uint64_t *length) in e820_get_entry() function
H A Dfw_cfg.c96 if (e820_get_entry(i, E820_RAM, &addr, &len)) { in fw_cfg_build_smbios()