Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dmemory-internal.h18 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);
/openbmc/qemu/include/qemu/
H A Dtypedefs.h53 typedef struct FlatView FlatView; typedef
/openbmc/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz.c297 FlatView *view; in get_io_address()