Searched defs:MemoryRegionSection (Results 1 – 2 of 2) sorted by relevance
98 struct MemoryRegionSection { struct99 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;
70 typedef struct MemoryRegionSection MemoryRegionSection; typedef