Searched refs:XenPhysmap (Results 1 – 2 of 2) sorted by relevance
59 static QLIST_HEAD(, XenPhysmap) xen_physmap;60 static const XenPhysmap *log_for_dirtybit;178 static XenPhysmap *get_physmapping(hwaddr start_addr, ram_addr_t size, in get_physmapping()181 XenPhysmap *physmap = NULL; in get_physmapping()197 XenPhysmap *physmap = NULL; in xen_phys_offset_to_gaddr()209 static int xen_save_physmap(XenIOState *state, XenPhysmap *physmap) in xen_save_physmap()239 static int xen_save_physmap(XenIOState *state, XenPhysmap *physmap) in xen_save_physmap()256 XenPhysmap *physmap = NULL; in xen_add_to_physmap()283 physmap = g_new(XenPhysmap, 1); in xen_add_to_physmap()334 XenPhysmap *physmap = NULL; in xen_remove_from_physmap()[all …]
46 typedef struct XenPhysmap { struct52 QLIST_ENTRY(XenPhysmap) list; argument53 } XenPhysmap; typedef