Home
last modified time | relevance | path

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

/openbmc/qemu/include/system/
H A Dmemory.h98 struct MemoryRegionSection { struct
99 Int128 size;
100 MemoryRegion *mr;
101 FlatView *fv;
102 hwaddr offset_within_region;
103 hwaddr offset_within_address_space;
104 bool readonly;
105 bool nonvolatile;
106 bool unmergeable;
/openbmc/qemu/include/qemu/
H A Dtypedefs.h70 typedef struct MemoryRegionSection MemoryRegionSection; typedef