Searched refs:AddressSpaceDispatch (Results 1 – 3 of 3) sorted by relevance
18 static inline AddressSpaceDispatch *flatview_to_dispatch(FlatView *fv) in flatview_to_dispatch()23 static inline AddressSpaceDispatch *address_space_to_dispatch(AddressSpace *as) in address_space_to_dispatch()34 AddressSpaceDispatch *address_space_dispatch_new(FlatView *fv);35 void address_space_dispatch_compact(AddressSpaceDispatch *d);36 void address_space_dispatch_free(AddressSpaceDispatch *d);38 void mtree_print_dispatch(struct AddressSpaceDispatch *d,
139 struct AddressSpaceDispatch { struct238 static void phys_page_set(AddressSpaceDispatch *d, in phys_page_set()302 void address_space_dispatch_compact(AddressSpaceDispatch *d) in address_space_dispatch_compact()320 static MemoryRegionSection *phys_page_find(AddressSpaceDispatch *d, hwaddr addr) in phys_page_find()344 static MemoryRegionSection *address_space_lookup_region(AddressSpaceDispatch *d, in address_space_lookup_region()365 address_space_translate_internal(AddressSpaceDispatch *d, hwaddr addr, hwaddr *xlat, in address_space_translate_internal()693 AddressSpaceDispatch *d = address_space_to_dispatch(cpu->cpu_ases[asidx].as); in address_space_translate_for_iotlb()754 AddressSpaceDispatch *d = address_space_to_dispatch(cpuas->as); in iotlb_to_section()770 AddressSpaceDispatch *d = flatview_to_dispatch(section->fv); in memory_region_section_get_iotlb()1073 AddressSpaceDispatch *d = flatview_to_dispatch(fv); in register_subpage()[all …]
1190 typedef struct AddressSpaceDispatch AddressSpaceDispatch; typedef1202 struct AddressSpaceDispatch *dispatch;