Home
last modified time | relevance | path

Searched refs:flatview_for_each_range (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/semihosting/
H A Darm-compat-semi.c151 flatview_for_each_range(fv, find_ram_cb, &info); in common_semi_find_bases()
/openbmc/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz.c310 flatview_for_each_range(view, get_io_address_cb , &cb_info); in get_io_address()
/openbmc/qemu/include/exec/
H A Dmemory.h1172 void flatview_for_each_range(FlatView *fv, flatview_cb cb, void *opaque);
/openbmc/qemu/hw/core/
H A Dloader.c1648 flatview_for_each_range(fv, find_rom_cb, &cbdata); in rom_ptr_for_as()
/openbmc/qemu/system/
H A Dmemory.c820 void flatview_for_each_range(FlatView *fv, flatview_cb cb , void *opaque) in flatview_for_each_range() function