Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dmemory-internal.h18 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,
H A Dphysmem.c141 struct AddressSpaceDispatch {
240 static void phys_page_set(AddressSpaceDispatch *d, in phys_page_set()
304 void address_space_dispatch_compact(AddressSpaceDispatch *d) in address_space_dispatch_compact()
322 static MemoryRegionSection *phys_page_find(AddressSpaceDispatch *d, hwaddr addr) in phys_page_find()
346 static MemoryRegionSection *address_space_lookup_region(AddressSpaceDispatch *d, in address_space_lookup_region()
367 address_space_translate_internal(AddressSpaceDispatch *d, hwaddr addr, hwaddr *xlat, in address_space_translate_internal()
695 AddressSpaceDispatch *d = address_space_to_dispatch(cpu->cpu_ases[asidx].as); in address_space_translate_for_iotlb()
756 AddressSpaceDispatch *d = address_space_to_dispatch(cpuas->as); in iotlb_to_section()
772 AddressSpaceDispatch *d = flatview_to_dispatch(section->fv); in memory_region_section_get_iotlb()
1374 AddressSpaceDispatch * in file_ram_open()
139 struct AddressSpaceDispatch { global() struct
140 mru_sectionAddressSpaceDispatch global() argument
144 phys_mapAddressSpaceDispatch global() argument
145 mapAddressSpaceDispatch global() argument
[all...]
/openbmc/qemu/include/system/
H A Dmemory.h1191 typedef struct AddressSpaceDispatch AddressSpaceDispatch;
1203 struct AddressSpaceDispatch *dispatch;
1190 typedef struct AddressSpaceDispatch AddressSpaceDispatch; global() typedef