Searched refs:vm_snapshot_meta (Results 26 - 50 of 53) sorted by relevance

123

/freebsd-13-stable/lib/libvmmapi/
H A Dvmmapi.h48 struct vm_snapshot_meta;
275 int vm_snapshot_req(struct vm_snapshot_meta *meta);
H A Dvmmapi.c1608 vm_snapshot_req(struct vm_snapshot_meta *meta)
/freebsd-13-stable/sys/amd64/include/
H A Dvmm_dev.h34 struct vm_snapshot_meta;
475 _IOWR('v', IOCNUM_SNAPSHOT_REQ, struct vm_snapshot_meta)
/freebsd-13-stable/sys/amd64/vmm/amd/
H A Dvmcb.c503 vmcb_snapshot_desc(void *arg, int vcpu, int reg, struct vm_snapshot_meta *meta)
535 struct vm_snapshot_meta *meta)
H A Dsvm.c2279 struct vm_snapshot_meta *meta)
2402 svm_snapshot(void *arg, struct vm_snapshot_meta *meta)
2555 svm_vmcx_snapshot(void *arg, struct vm_snapshot_meta *meta, int vcpu)
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_virtio_block.c206 static int pci_vtblk_snapshot(void *, struct vm_snapshot_meta *);
276 pci_vtblk_snapshot(void *vsc, struct vm_snapshot_meta *meta)
H A Dpci_virtio_net.c143 static int pci_vtnet_snapshot(void *, struct vm_snapshot_meta *);
807 pci_vtnet_snapshot(void *vsc, struct vm_snapshot_meta *meta)
H A Dpci_lpc.c481 pci_lpc_snapshot(struct vm_snapshot_meta *meta)
H A Dpci_fbuf.c470 pci_fbuf_snapshot(struct vm_snapshot_meta *meta)
H A Dps2kbd.c390 ps2kbd_snapshot(struct ps2kbd_softc *sc, struct vm_snapshot_meta *meta)
H A Dps2mouse.c424 ps2mouse_snapshot(struct ps2mouse_softc *sc, struct vm_snapshot_meta *meta)
H A Dblock_if.c929 blockif_snapshot_req(struct blockif_req *br, struct vm_snapshot_meta *meta)
961 blockif_snapshot(struct blockif_ctxt *bc, struct vm_snapshot_meta *meta)
H A Datkbdc.c565 atkbdc_snapshot(struct vm_snapshot_meta *meta)
H A Duart_emul.c733 uart_snapshot(struct uart_softc *sc, struct vm_snapshot_meta *meta)
H A Dusb_mouse.c795 umouse_snapshot(void *scarg, struct vm_snapshot_meta *meta)
H A Dpci_ahci.c2527 struct vm_snapshot_meta *meta)
2566 struct vm_snapshot_meta *meta)
2624 pci_ahci_snapshot(struct vm_snapshot_meta *meta)
H A Dpci_emul.c1984 pci_snapshot_pci_dev(struct vm_snapshot_meta *meta)
2069 pci_snapshot(struct vm_snapshot_meta *meta)
2335 pci_emul_snapshot(struct vm_snapshot_meta *meta)
/freebsd-13-stable/sys/amd64/vmm/
H A Dvmm.c230 DEFINE_VMMOPS_IFUNC(int, snapshot, (void *vmi, struct vm_snapshot_meta
232 DEFINE_VMMOPS_IFUNC(int, vmcx_snapshot, (void *vmi, struct vm_snapshot_meta
2781 vm_snapshot_vcpus(struct vm *vm, struct vm_snapshot_meta *meta)
2812 vm_snapshot_vm(struct vm *vm, struct vm_snapshot_meta *meta)
2848 vm_snapshot_vmcx(struct vm *vm, struct vm_snapshot_meta *meta)
2871 vm_snapshot_req(struct vm *vm, struct vm_snapshot_meta *meta)
H A Dvmm_dev.c390 struct vm_snapshot_meta *snapshot_meta;
868 snapshot_meta = (struct vm_snapshot_meta *)data;
/freebsd-13-stable/sys/amd64/vmm/io/
H A Dvatpit.c479 vatpit_snapshot(struct vatpit *vatpit, struct vm_snapshot_meta *meta)
H A Dvioapic.c508 vioapic_snapshot(struct vioapic *vioapic, struct vm_snapshot_meta *meta)
H A Dvatpic.c817 vatpic_snapshot(struct vatpic *vatpic, struct vm_snapshot_meta *meta)
H A Dvhpet.c770 vhpet_snapshot(struct vhpet *vhpet, struct vm_snapshot_meta *meta)
H A Dvrtc.c1029 vrtc_snapshot(struct vrtc *vrtc, struct vm_snapshot_meta *meta)
H A Dvlapic.c1697 vlapic_snapshot(struct vm *vm, struct vm_snapshot_meta *meta)

Completed in 150 milliseconds

123