Home
last modified time | relevance | path

Searched refs:flatview_to_dispatch (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/exec/
H A Dmemory-internal.h26 static inline AddressSpaceDispatch *flatview_to_dispatch(FlatView *fv) in flatview_to_dispatch() function
33 return flatview_to_dispatch(address_space_to_flatview(as)); in address_space_to_dispatch()
/openbmc/qemu/system/
H A Dphysmem.c505 flatview_to_dispatch(fv), addr, xlat, in flatview_do_translate()
720 d = flatview_to_dispatch(address_space_to_flatview(iotlb.target_as)); in address_space_translate_for_iotlb()
1001 AddressSpaceDispatch *d = flatview_to_dispatch(section->fv); in memory_region_section_get_iotlb()
1053 AddressSpaceDispatch *d = flatview_to_dispatch(fv); in register_subpage()
1085 AddressSpaceDispatch *d = flatview_to_dispatch(fv); in register_multipage()
3371 d = flatview_to_dispatch(cache->fv); in address_space_cache_init()