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

123

/freebsd-13-stable/usr.sbin/bhyve/
H A Datkbdc.h33 struct vm_snapshot_meta;
40 int atkbdc_snapshot(struct vm_snapshot_meta *meta);
H A Dps2kbd.h35 struct vm_snapshot_meta;
43 int ps2kbd_snapshot(struct ps2kbd_softc *sc, struct vm_snapshot_meta *meta);
H A Dps2mouse.h35 struct vm_snapshot_meta;
45 int ps2mouse_snapshot(struct ps2mouse_softc *sc, struct vm_snapshot_meta *meta);
H A Duart_emul.h37 struct vm_snapshot_meta;
48 int uart_snapshot(struct uart_softc *sc, struct vm_snapshot_meta *meta);
H A Dblock_if.h44 struct vm_snapshot_meta;
84 struct vm_snapshot_meta *meta);
86 struct vm_snapshot_meta *meta);
H A Dusb_emul.h47 struct vm_snapshot_meta;
65 int (*ue_snapshot)(void *scarg, struct vm_snapshot_meta *meta);
H A Dsnapshot.h65 typedef int (*vm_snapshot_dev_cb)(struct vm_snapshot_meta *);
H A Dpci_emul.h48 struct vm_snapshot_meta;
80 int (*pe_snapshot)(struct vm_snapshot_meta *meta);
255 int pci_snapshot(struct vm_snapshot_meta *meta);
H A Dvirtio.h291 struct vm_snapshot_meta;
368 int (*vc_snapshot)(void *, struct vm_snapshot_meta *);
501 int vi_pci_snapshot(struct vm_snapshot_meta *meta);
H A Dsnapshot.c874 struct vm_snapshot_meta *meta;
891 meta = &(struct vm_snapshot_meta) {
939 struct vm_snapshot_meta *meta;
955 meta = &(struct vm_snapshot_meta) {
1036 struct vm_snapshot_meta *meta, off_t *offset)
1080 struct vm_snapshot_meta *meta;
1093 meta = &(struct vm_snapshot_meta) {
1155 struct vm_snapshot_meta *meta, off_t *offset)
1183 struct vm_snapshot_meta *meta, off_t *offset)
1209 struct vm_snapshot_meta *met
[all...]
H A Dvirtio.c845 vi_pci_snapshot_softc(struct virtio_softc *vs, struct vm_snapshot_meta *meta)
861 vi_pci_snapshot_consts(struct virtio_consts *vc, struct vm_snapshot_meta *meta)
874 vi_pci_snapshot_queues(struct virtio_softc *vs, struct vm_snapshot_meta *meta)
920 vi_pci_snapshot(struct vm_snapshot_meta *meta)
/freebsd-13-stable/sys/amd64/vmm/io/
H A Dvpmtmr.h37 struct vm_snapshot_meta;
46 int vpmtmr_snapshot(struct vpmtmr *vpmtmr, struct vm_snapshot_meta *meta);
H A Dvatpit.h39 struct vm_snapshot_meta;
49 int vatpit_snapshot(struct vatpit *vatpit, struct vm_snapshot_meta *meta);
H A Dvhpet.h38 struct vm_snapshot_meta;
48 int vhpet_snapshot(struct vhpet *vhpet, struct vm_snapshot_meta *meta);
H A Dvatpic.h39 struct vm_snapshot_meta;
60 int vatpic_snapshot(struct vatpic *vatpic, struct vm_snapshot_meta *meta);
H A Dvioapic.h35 struct vm_snapshot_meta;
56 struct vm_snapshot_meta *meta);
H A Dvrtc.h37 struct vm_snapshot_meta;
54 int vrtc_snapshot(struct vrtc *vrtc, struct vm_snapshot_meta *meta);
H A Dvlapic.h35 struct vm_snapshot_meta;
115 int vlapic_snapshot(struct vm *vm, struct vm_snapshot_meta *meta);
H A Dvpmtmr.c112 vpmtmr_snapshot(struct vpmtmr *vpmtmr, struct vm_snapshot_meta *meta)
/freebsd-13-stable/sys/amd64/include/
H A Dvmm_snapshot.h92 struct vm_snapshot_meta { struct
105 struct vm_snapshot_meta *meta);
106 size_t vm_get_snapshot_size(struct vm_snapshot_meta *meta);
108 struct vm_snapshot_meta *meta);
110 struct vm_snapshot_meta *meta);
H A Dvmm.h37 struct vm_snapshot_meta;
186 typedef int (*vmi_snapshot_t)(void *vmi, struct vm_snapshot_meta *meta);
187 typedef int (*vmi_snapshot_vmcx_t)(void *vmi, struct vm_snapshot_meta *meta,
288 int vm_snapshot_req(struct vm *vm, struct vm_snapshot_meta *meta);
/freebsd-13-stable/sys/amd64/vmm/
H A Dvmm_snapshot.c61 struct vm_snapshot_meta *meta)
90 vm_get_snapshot_size(struct vm_snapshot_meta *meta)
110 struct vm_snapshot_meta *meta)
/freebsd-13-stable/sys/amd64/vmm/intel/
H A Dvmcs.h36 struct vm_snapshot_meta;
65 struct vm_snapshot_meta *meta);
67 struct vm_snapshot_meta *meta);
69 struct vm_snapshot_meta *meta);
H A Dvmcs.c470 struct vm_snapshot_meta *meta)
498 struct vm_snapshot_meta *meta)
530 struct vm_snapshot_meta *meta)
/freebsd-13-stable/sys/amd64/vmm/amd/
H A Dvmcb.h221 struct vm_snapshot_meta;
349 struct vm_snapshot_meta *meta);
351 struct vm_snapshot_meta *meta);

Completed in 106 milliseconds

123