Searched refs:flatview_for_each_range (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/semihosting/ |
H A D | arm-compat-semi.c | 151 flatview_for_each_range(fv, find_ram_cb, &info); in common_semi_find_bases()
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | generic_fuzz.c | 310 flatview_for_each_range(view, get_io_address_cb , &cb_info); in get_io_address()
|
/openbmc/qemu/include/exec/ |
H A D | memory.h | 1172 void flatview_for_each_range(FlatView *fv, flatview_cb cb, void *opaque);
|
/openbmc/qemu/hw/core/ |
H A D | loader.c | 1648 flatview_for_each_range(fv, find_rom_cb, &cbdata); in rom_ptr_for_as()
|
/openbmc/qemu/system/ |
H A D | memory.c | 820 void flatview_for_each_range(FlatView *fv, flatview_cb cb , void *opaque) in flatview_for_each_range() function
|