Home
last modified time | relevance | path

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

12

/f-stack/freebsd/amd64/include/
H A Dvmm_snapshot.h92 struct vm_snapshot_meta { struct
105 struct vm_snapshot_meta *meta); argument
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,
287 int vm_snapshot_req(struct vm *vm, struct vm_snapshot_meta *meta);
H A Dvmm_dev.h34 struct vm_snapshot_meta;
464 _IOWR('v', IOCNUM_SNAPSHOT_REQ, struct vm_snapshot_meta)
/f-stack/freebsd/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 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 Dvatpic.h39 struct vm_snapshot_meta;
60 int vatpic_snapshot(struct vatpic *vatpic, 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) in vpmtmr_snapshot()
H A Dvatpit.c479 vatpit_snapshot(struct vatpit *vatpit, struct vm_snapshot_meta *meta) in vatpit_snapshot()
H A Dvioapic.c508 vioapic_snapshot(struct vioapic *vioapic, struct vm_snapshot_meta *meta) in vioapic_snapshot()
H A Dvatpic.c817 vatpic_snapshot(struct vatpic *vatpic, struct vm_snapshot_meta *meta) in vatpic_snapshot()
H A Dvhpet.c770 vhpet_snapshot(struct vhpet *vhpet, struct vm_snapshot_meta *meta) in vhpet_snapshot()
H A Dvrtc.c1029 vrtc_snapshot(struct vrtc *vrtc, struct vm_snapshot_meta *meta) in vrtc_snapshot()
H A Dvlapic.c1697 vlapic_snapshot(struct vm *vm, struct vm_snapshot_meta *meta) in vlapic_snapshot()
/f-stack/freebsd/amd64/vmm/
H A Dvmm_snapshot.c61 struct vm_snapshot_meta *meta) in vm_snapshot_buf()
90 vm_get_snapshot_size(struct vm_snapshot_meta *meta) in vm_get_snapshot_size()
110 struct vm_snapshot_meta *meta) in vm_snapshot_buf_cmp()
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
2763 vm_snapshot_vcpus(struct vm *vm, struct vm_snapshot_meta *meta) in vm_snapshot_vcpus()
2794 vm_snapshot_vm(struct vm *vm, struct vm_snapshot_meta *meta) in vm_snapshot_vm()
2830 vm_snapshot_vmcx(struct vm *vm, struct vm_snapshot_meta *meta) in vm_snapshot_vmcx()
2853 vm_snapshot_req(struct vm *vm, struct vm_snapshot_meta *meta) in vm_snapshot_req()
H A Dvmm_dev.c389 struct vm_snapshot_meta *snapshot_meta; in vmmdev_ioctl()
856 snapshot_meta = (struct vm_snapshot_meta *)data; in vmmdev_ioctl()
/f-stack/freebsd/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) in vmcs_snapshot_reg()
498 struct vm_snapshot_meta *meta) in vmcs_snapshot_desc()
530 struct vm_snapshot_meta *meta) in vmcs_snapshot_any()
/f-stack/freebsd/amd64/vmm/amd/
H A Dvmcb.h221 struct vm_snapshot_meta;
349 struct vm_snapshot_meta *meta);
351 struct vm_snapshot_meta *meta);
H A Dvmcb.c503 vmcb_snapshot_desc(void *arg, int vcpu, int reg, struct vm_snapshot_meta *meta) in vmcb_snapshot_desc()
535 struct vm_snapshot_meta *meta) in vmcb_snapshot_any()
H A Dsvm.c2279 struct vm_snapshot_meta *meta) in svm_snapshot_reg()
2402 svm_snapshot(void *arg, struct vm_snapshot_meta *meta) in svm_snapshot()
2555 svm_vmcx_snapshot(void *arg, struct vm_snapshot_meta *meta, int vcpu) in svm_vmcx_snapshot()

12