Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/xen/
H A Dxen-hvm.c59 static QLIST_HEAD(, XenPhysmap) xen_physmap;
60 static const XenPhysmap *log_for_dirtybit;
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()
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()
386 const XenPhysmap *physmap = NULL; in xen_sync_dirty_bitmap()
531 XenPhysmap *physmap = NULL; in xen_read_physmap()
[all …]
/openbmc/qemu/include/hw/xen/
H A Dxen-hvm-common.h46 typedef struct XenPhysmap { struct
52 QLIST_ENTRY(XenPhysmap) list; argument
53 } XenPhysmap; typedef