Searched refs:XenPhysmap (Results 1 – 2 of 2) sorted by relevance
38 typedef struct XenPhysmap { struct44 QLIST_ENTRY(XenPhysmap) list; argument45 } XenPhysmap; typedef
65 static QLIST_HEAD(, XenPhysmap) xen_physmap;66 static const XenPhysmap *log_for_dirtybit;184 static XenPhysmap *get_physmapping(hwaddr start_addr, ram_addr_t size, in get_physmapping()187 XenPhysmap *physmap = NULL; in get_physmapping()203 XenPhysmap *physmap = NULL; in xen_phys_offset_to_gaddr()215 static int xen_save_physmap(XenIOState *state, XenPhysmap *physmap) in xen_save_physmap()245 static int xen_save_physmap(XenIOState *state, XenPhysmap *physmap) in xen_save_physmap()262 XenPhysmap *physmap = NULL; in xen_add_to_physmap()289 physmap = g_new(XenPhysmap, 1); in xen_add_to_physmap()340 XenPhysmap *physmap = NULL; in xen_remove_from_physmap()[all …]