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.h1128 typedef struct AddressSpaceDispatch AddressSpaceDispatch; typedef
1140 struct AddressSpaceDispatch *dispatch;
/openbmc/qemu/system/
H A Dphysmem.c130 struct AddressSpaceDispatch { struct
164 struct AddressSpaceDispatch *memory_dispatch;
230 static void phys_page_set(AddressSpaceDispatch *d, in phys_page_set()
294 void address_space_dispatch_compact(AddressSpaceDispatch *d) in address_space_dispatch_compact()
1018 AddressSpaceDispatch *d = flatview_to_dispatch(fv); in register_subpage()
1050 AddressSpaceDispatch *d = flatview_to_dispatch(fv); in register_multipage()
2440 AddressSpaceDispatch *d = cpuas->memory_dispatch; in iotlb_to_section()
2458 AddressSpaceDispatch *address_space_dispatch_new(FlatView *fv) in address_space_dispatch_new()
2460 AddressSpaceDispatch *d = g_new0(AddressSpaceDispatch, 1); in address_space_dispatch_new()
2471 void address_space_dispatch_free(AddressSpaceDispatch *d) in address_space_dispatch_free()
[all …]