|
@@ -38,10 +38,6 @@ void flatview_unref(FlatView *view);
|
|
|
|
|
|
extern const MemoryRegionOps unassigned_mem_ops;
|
|
extern const MemoryRegionOps unassigned_mem_ops;
|
|
|
|
|
|
-bool memory_region_access_valid(MemoryRegion *mr, hwaddr addr,
|
|
|
|
- unsigned size, bool is_write,
|
|
|
|
- MemTxAttrs attrs);
|
|
|
|
-
|
|
|
|
void flatview_add_to_dispatch(FlatView *fv, MemoryRegionSection *section);
|
|
void flatview_add_to_dispatch(FlatView *fv, MemoryRegionSection *section);
|
|
AddressSpaceDispatch *address_space_dispatch_new(FlatView *fv);
|
|
AddressSpaceDispatch *address_space_dispatch_new(FlatView *fv);
|
|
void address_space_dispatch_compact(AddressSpaceDispatch *d);
|
|
void address_space_dispatch_compact(AddressSpaceDispatch *d);
|