Home
last modified time | relevance | path

Searched defs:e820_entry (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/i386/
H A De820_memory_layout.h19 struct e820_entry { struct
28 int e820_get_table(struct e820_entry **table); argument
/openbmc/u-boot/arch/x86/include/asm/
H A De820.h15 struct e820_entry { struct
28 struct e820_entry *); argument
/openbmc/linux/arch/x86/include/asm/e820/
H A Dtypes.h55 struct e820_entry { struct
56 u64 addr;
57 u64 size;
58 enum e820_type type;