Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dmemory-internal.h26 static inline AddressSpaceDispatch *flatview_to_dispatch(FlatView *fv) in flatview_to_dispatch()
31 static inline AddressSpaceDispatch *address_space_to_dispatch(AddressSpace *as) in address_space_to_dispatch()
42 AddressSpaceDispatch *address_space_dispatch_new(FlatView *fv);
43 void address_space_dispatch_compact(AddressSpaceDispatch *d);
44 void address_space_dispatch_free(AddressSpaceDispatch *d);
46 void mtree_print_dispatch(struct AddressSpaceDispatch *d,
H A Dmemory.h1123 typedef struct AddressSpaceDispatch AddressSpaceDispatch; typedef
1135 struct AddressSpaceDispatch *dispatch;
/openbmc/qemu/system/
H A Dphysmem.c132 struct AddressSpaceDispatch { struct
166 struct AddressSpaceDispatch *memory_dispatch;
232 static void phys_page_set(AddressSpaceDispatch *d, in phys_page_set()
296 void address_space_dispatch_compact(AddressSpaceDispatch *d) in address_space_dispatch_compact()
314 static MemoryRegionSection *phys_page_find(AddressSpaceDispatch *d, hwaddr addr) in phys_page_find()
338 static MemoryRegionSection *address_space_lookup_region(AddressSpaceDispatch *d, in address_space_lookup_region()
359 address_space_translate_internal(AddressSpaceDispatch *d, hwaddr addr, hwaddr *xlat, in address_space_translate_internal()
685 AddressSpaceDispatch *d = cpu->cpu_ases[asidx].memory_dispatch; 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()
[all …]