Home
last modified time | relevance | path

Searched refs:FlatView (Results 1 – 8 of 8) sorted by relevance

/qemu/include/exec/
H A Dmemory-internal.h26 static inline AddressSpaceDispatch *flatview_to_dispatch(FlatView *fv) in flatview_to_dispatch()
36 FlatView *address_space_get_flatview(AddressSpace *as);
37 void flatview_unref(FlatView *view);
41 void flatview_add_to_dispatch(FlatView *fv, MemoryRegionSection *section);
42 AddressSpaceDispatch *address_space_dispatch_new(FlatView *fv);
H A Dmemory.h103 FlatView *fv;
1138 struct FlatView *current_map;
1159 struct FlatView { struct
1169 static inline FlatView *address_space_to_flatview(AddressSpace *as) in address_space_to_flatview() argument
1202 void flatview_for_each_range(FlatView *fv, flatview_cb cb, void *opaque);
2783 FlatView *fv;
2929 MemoryRegion *flatview_translate(FlatView *fv,
3020 MemTxResult flatview_read_continue(FlatView *fv, hwaddr addr,
3070 FlatView *fv; in address_space_read()
/qemu/system/
H A Dmemory.c261 FlatView *view; in flatview_new()
756 FlatView *view; in generate_memory_topology()
830 FlatView *view; in address_space_get_flatview()
844 FlatView *view; in address_space_update_ioeventfds()
2285 FlatView *view; in memory_region_sync_dirty_bitmap()
2323 FlatView *view; in memory_region_clear_dirty_bitmap()
2500 FlatView *view; in memory_region_update_coalesced_range()
2818 FlatView *view; in memory_region_find_rcu()
3044 FlatView *view; in listener_add_address_space()
3083 FlatView *view; in listener_del_address_space()
[all …]
H A Dphysmem.c144 FlatView *fv;
972 static subpage_t *subpage_init(FlatView *fv, hwaddr base);
1047 static void register_multipage(FlatView *fv, in register_multipage()
2360 static MemTxResult flatview_read(FlatView *fv, hwaddr addr,
2446 static subpage_t *subpage_init(FlatView *fv, hwaddr base) in subpage_init()
2895 static MemTxResult flatview_read(FlatView *fv, hwaddr addr, in flatview_read()
2915 FlatView *fv; in address_space_read_full()
2931 FlatView *fv; in address_space_write()
3142 FlatView *fv; in address_space_access_valid()
3150 flatview_extend_translation(FlatView *fv, hwaddr addr, in flatview_extend_translation()
[all …]
/qemu/include/qemu/
H A Dtypedefs.h51 typedef struct FlatView FlatView;
50 typedef struct FlatView FlatView; global() typedef
/qemu/semihosting/
H A Darm-compat-semi.c145 FlatView *fv; in common_semi_find_bases()
/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz.c296 FlatView *view; in get_io_address()
/qemu/hw/core/
H A Dloader.c1657 FlatView *fv; in rom_ptr_for_as()