Searched defs:MemoryRegionSection (Results 1 – 2 of 2) sorted by relevance
100 struct MemoryRegionSection { struct101 Int128 size;102 MemoryRegion *mr;103 FlatView *fv;104 hwaddr offset_within_region;105 hwaddr offset_within_address_space;106 bool readonly;107 bool nonvolatile;108 bool unmergeable;
69 typedef struct MemoryRegionSection MemoryRegionSection; typedef