Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dmemory.h100 struct MemoryRegionSection { struct
101 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;
/openbmc/qemu/include/qemu/
H A Dtypedefs.h78 typedef struct MemoryRegionSection MemoryRegionSection; typedef