Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/kvm/
H A Dxen_gnttab.c37 OBJECT_DECLARE_SIMPLE_TYPE(XenGnttabState, XEN_GNTTAB)
43 struct XenGnttabState { struct
65 struct XenGnttabState *xen_gnttab_singleton; argument
69 XenGnttabState *s = XEN_GNTTAB(dev); in xen_gnttab_realize()
108 XenGnttabState *s = XEN_GNTTAB(opaque); in xen_gnttab_post_load()
131 VMSTATE_UINT32(nr_frames, XenGnttabState),
132 VMSTATE_VARRAY_UINT32(gnt_frame_gpas, XenGnttabState, nr_frames, 0,
149 .instance_size = sizeof(XenGnttabState),
168 XenGnttabState *s = xen_gnttab_singleton; in type_init()
227 XenGnttabState *s = xen_gnttab_singleton; in xen_gnttab_query_size_op()
[all …]