Searched refs:FlatView (Results 1 – 8 of 8) sorted by relevance
| /openbmc/qemu/system/ |
| H A D | memory-internal.h | 18 static inline AddressSpaceDispatch *flatview_to_dispatch(FlatView *fv) in flatview_to_dispatch() 28 FlatView *address_space_get_flatview(AddressSpace *as); 29 void flatview_unref(FlatView *view); 33 void flatview_add_to_dispatch(FlatView *fv, MemoryRegionSection *section); 34 AddressSpaceDispatch *address_space_dispatch_new(FlatView *fv);
|
| H A D | memory.c | 236 section_from_flat_range(FlatRange *fr, FlatView *fv) in section_from_flat_range() 261 static FlatView *flatview_new(MemoryRegion *mr_root) in flatview_new() 263 FlatView *view; in flatview_new() 265 view = g_new0(FlatView, 1); in flatview_new() 277 static void flatview_insert(FlatView *view, unsigned pos, FlatRange *range) in flatview_insert() 291 static void flatview_destroy(FlatView *view) in flatview_destroy() 307 static bool flatview_ref(FlatView *view) in flatview_ref() 312 void flatview_unref(FlatView *view) in flatview_unref() 336 static void flatview_simplify(FlatView *view) in flatview_simplify() 721 static void render_memory_region(FlatView *view, in render_memory_region() [all …]
|
| H A D | physmem.c | 151 FlatView *fv; 492 static MemoryRegionSection flatview_do_translate(FlatView *fv, in flatview_do_translate() 567 MemoryRegion *flatview_translate(FlatView *fv, hwaddr addr, hwaddr *xlat, in flatview_translate() 1027 static subpage_t *subpage_init(FlatView *fv, hwaddr base); 1071 static void register_subpage(FlatView *fv, MemoryRegionSection *section) in register_subpage() 1102 static void register_multipage(FlatView *fv, in register_multipage() 1122 void flatview_add_to_dispatch(FlatView *fv, MemoryRegionSection *section) in flatview_add_to_dispatch() 2590 static MemTxResult flatview_read(FlatView *fv, hwaddr addr, 2592 static MemTxResult flatview_write(FlatView *fv, hwaddr addr, MemTxAttrs attrs, 2594 static bool flatview_access_valid(FlatView *fv, hwaddr addr, hwaddr len, [all …]
|
| /openbmc/qemu/include/qemu/ |
| H A D | typedefs.h | 53 typedef struct FlatView FlatView; typedef
|
| /openbmc/qemu/include/system/ |
| H A D | memory.h | 101 FlatView *fv; 1166 struct FlatView *current_map; 1196 struct FlatView { struct 1206 static inline FlatView *address_space_to_flatview(AddressSpace *as) in address_space_to_flatview() argument 1239 void flatview_for_each_range(FlatView *fv, flatview_cb cb, void *opaque); 2856 FlatView *fv; 3005 MemoryRegion *flatview_translate(FlatView *fv, 3096 MemTxResult flatview_read_continue(FlatView *fv, hwaddr addr, 3165 FlatView *fv; in address_space_read()
|
| /openbmc/qemu/semihosting/ |
| H A D | arm-compat-semi.c | 145 FlatView *fv; in common_semi_find_bases()
|
| /openbmc/qemu/tests/qtest/fuzz/ |
| H A D | generic_fuzz.c | 297 FlatView *view; in get_io_address()
|
| /openbmc/qemu/hw/core/ |
| H A D | loader.c | 1594 FlatView *fv; in rom_ptr_for_as()
|