Searched refs:FlatView (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/include/exec/ |
H A D | memory-internal.h | 26 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 D | memory.h | 103 FlatView *fv; 1099 struct FlatView *current_map; 1129 struct FlatView { struct 1139 static inline FlatView *address_space_to_flatview(AddressSpace *as) in address_space_to_flatview() argument 1172 void flatview_for_each_range(FlatView *fv, flatview_cb cb, void *opaque); 2735 FlatView *fv; 2881 MemoryRegion *flatview_translate(FlatView *fv, 2972 MemTxResult flatview_read_continue(FlatView *fv, hwaddr addr, 3022 FlatView *fv; in address_space_read()
|
/openbmc/qemu/system/ |
H A D | memory.c | 234 section_from_flat_range(FlatRange *fr, FlatView *fv) in section_from_flat_range() 259 static FlatView *flatview_new(MemoryRegion *mr_root) in flatview_new() 261 FlatView *view; in flatview_new() 263 view = g_new0(FlatView, 1); in flatview_new() 275 static void flatview_insert(FlatView *view, unsigned pos, FlatRange *range) in flatview_insert() 289 static void flatview_destroy(FlatView *view) in flatview_destroy() 305 static bool flatview_ref(FlatView *view) in flatview_ref() 310 void flatview_unref(FlatView *view) in flatview_unref() 334 static void flatview_simplify(FlatView *view) in flatview_simplify() 728 static void render_memory_region(FlatView *view, in render_memory_region() [all …]
|
H A D | physmem.c | 144 FlatView *fv; 486 static MemoryRegionSection flatview_do_translate(FlatView *fv, in flatview_do_translate() 561 MemoryRegion *flatview_translate(FlatView *fv, hwaddr addr, hwaddr *xlat, in flatview_translate() 1007 static subpage_t *subpage_init(FlatView *fv, hwaddr base); 1051 static void register_subpage(FlatView *fv, MemoryRegionSection *section) in register_subpage() 1082 static void register_multipage(FlatView *fv, in register_multipage() 1102 void flatview_add_to_dispatch(FlatView *fv, MemoryRegionSection *section) in flatview_add_to_dispatch() 2389 static MemTxResult flatview_read(FlatView *fv, hwaddr addr, 2391 static MemTxResult flatview_write(FlatView *fv, hwaddr addr, MemTxAttrs attrs, 2393 static bool flatview_access_valid(FlatView *fv, hwaddr addr, hwaddr len, [all …]
|
/openbmc/qemu/include/qemu/ |
H A D | typedefs.h | 52 typedef struct FlatView FlatView; typedef
|
/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 | 1627 FlatView *fv; in rom_ptr_for_as()
|