Home
last modified time | relevance | path

Searched defs:hvm_memmap_table_entry (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/xen/
H A Dstart_info.h139 struct hvm_memmap_table_entry { struct
140 uint64_t addr; /* Base address of the memory region */
141 uint64_t size; /* Size of the memory region in bytes */
142 uint32_t type; /* Mapping type */
143 uint32_t reserved;
/openbmc/linux/include/xen/interface/hvm/
H A Dstart_info.h135 struct hvm_memmap_table_entry { struct
136 uint64_t addr; /* Base address of the memory region */
137 uint64_t size; /* Size of the memory region in bytes */
138 uint32_t type; /* Mapping type */
139 uint32_t reserved; /* Must be zero for Version 1. */