Home
last modified time | relevance | path

Searched refs:vm_snapshot_meta (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/sys/amd64/include/
H A Dvmm_snapshot.h87 struct vm_snapshot_meta { struct
99 struct vm_snapshot_meta *meta); argument
100 size_t vm_get_snapshot_size(struct vm_snapshot_meta *meta);
116 struct vm_snapshot_meta *meta);
/freebsd/usr.sbin/bhyve/amd64/
H A Datkbdc.h31 struct vm_snapshot_meta;
38 int atkbdc_snapshot(struct vm_snapshot_meta *meta);
H A Dps2kbd.h33 struct vm_snapshot_meta;
41 int ps2kbd_snapshot(struct ps2kbd_softc *sc, struct vm_snapshot_meta *meta);
H A Dps2mouse.h33 struct vm_snapshot_meta;
43 int ps2mouse_snapshot(struct ps2mouse_softc *sc, struct vm_snapshot_meta *meta);
/freebsd/sys/amd64/vmm/io/
H A Dvpmtmr.h35 struct vm_snapshot_meta;
43 int vpmtmr_snapshot(struct vpmtmr *vpmtmr, struct vm_snapshot_meta *meta);
H A Dvatpit.h37 struct vm_snapshot_meta;
46 int vatpit_snapshot(struct vatpit *vatpit, struct vm_snapshot_meta *meta);
H A Dvhpet.h37 struct vm_snapshot_meta;
47 int vhpet_snapshot(struct vhpet *vhpet, struct vm_snapshot_meta *meta);
H A Dvioapic.h37 struct vm_snapshot_meta;
55 struct vm_snapshot_meta *meta);
H A Dvrtc.h35 struct vm_snapshot_meta;
52 int vrtc_snapshot(struct vrtc *vrtc, struct vm_snapshot_meta *meta);
H A Dvatpic.h37 struct vm_snapshot_meta;
58 int vatpic_snapshot(struct vatpic *vatpic, struct vm_snapshot_meta *meta);
H A Dvlapic.h33 struct vm_snapshot_meta;
113 int vlapic_snapshot(struct vm *vm, struct vm_snapshot_meta *meta);
H A Dvpmtmr.c109 vpmtmr_snapshot(struct vpmtmr *vpmtmr, struct vm_snapshot_meta *meta) in vpmtmr_snapshot()
/freebsd/usr.sbin/bhyve/
H A Duart_backend.h38 struct vm_snapshot_meta;
48 struct vm_snapshot_meta *meta);
H A Dvirtio.h198 struct vm_snapshot_meta;
275 int (*vc_snapshot)(void *, struct vm_snapshot_meta *);
431 int vi_pci_snapshot(struct vm_snapshot_meta *meta);
H A Dsnapshot.h66 typedef int (*vm_snapshot_dev_cb)(struct vm_snapshot_meta *);
107 bool restore_null, struct vm_snapshot_meta *meta);
H A Dusb_emul.h46 struct vm_snapshot_meta;
64 int (*ue_snapshot)(void *scarg, struct vm_snapshot_meta *meta);
H A Dvirtio.c852 vi_pci_snapshot_softc(struct virtio_softc *vs, struct vm_snapshot_meta *meta) in vi_pci_snapshot_softc()
868 vi_pci_snapshot_consts(struct virtio_consts *vc, struct vm_snapshot_meta *meta) in vi_pci_snapshot_consts()
881 vi_pci_snapshot_queues(struct virtio_softc *vs, struct vm_snapshot_meta *meta) in vi_pci_snapshot_queues()
932 vi_pci_snapshot(struct vm_snapshot_meta *meta) in vi_pci_snapshot()
H A Dblock_if.h43 struct vm_snapshot_meta;
H A Dpci_hostbridge.c87 pci_de_snapshot(struct vm_snapshot_meta *meta __unused) in pci_de_snapshot()
/freebsd/sys/amd64/vmm/intel/
H A Dvmcs.h34 struct vm_snapshot_meta;
63 struct vm_snapshot_meta *meta);
65 struct vm_snapshot_meta *meta);
67 struct vm_snapshot_meta *meta);
H A Dvmcs.c468 struct vm_snapshot_meta *meta) in vmcs_snapshot_reg()
496 struct vm_snapshot_meta *meta) in vmcs_snapshot_desc()
528 struct vm_snapshot_meta *meta) in vmcs_snapshot_any()
/freebsd/sys/amd64/vmm/
H A Dvmm_snapshot.c57 vm_snapshot_buf(void *data, size_t data_size, struct vm_snapshot_meta *meta) in vm_snapshot_buf()
87 vm_get_snapshot_size(struct vm_snapshot_meta *meta) in vm_get_snapshot_size()
H A Dvmm_dev_machdep.c197 struct vm_snapshot_meta *snapshot_meta; in vmmdev_machdep_ioctl()
501 snapshot_meta = (struct vm_snapshot_meta *)data; in vmmdev_machdep_ioctl()
512 (struct vm_snapshot_meta *)&snapshot_13->dev_data; in vmmdev_machdep_ioctl()
/freebsd/sys/arm64/vmm/
H A Darm64.h156 DEFINE_VMMOPS_IFUNC(int, snapshot, (void *vmi, struct vm_snapshot_meta *meta))
158 struct vm_snapshot_meta *meta))
/freebsd/sys/amd64/vmm/amd/
H A Dvmcb.h236 struct vm_snapshot_meta;
364 struct vm_snapshot_meta *meta);
366 struct vm_snapshot_meta *meta);

123