Searched defs:hvm_memmap_table_entry (Results 1 – 2 of 2) sorted by relevance
139 struct hvm_memmap_table_entry { struct140 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;
135 struct hvm_memmap_table_entry { struct136 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. */