Home
last modified time | relevance | path

Searched refs:XenPhysmap (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/xen/
H A Dxen-hvm-common.h38 typedef struct XenPhysmap { struct
44 QLIST_ENTRY(XenPhysmap) list; argument
45 } XenPhysmap; typedef
/openbmc/qemu/hw/i386/xen/
H A Dxen-hvm.c65 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 …]