| /f-stack/freebsd/amd64/include/ |
| H A D | vmm_snapshot.h | 92 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 D | vmm.h | 37 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 D | vmm_dev.h | 34 struct vm_snapshot_meta; 464 _IOWR('v', IOCNUM_SNAPSHOT_REQ, struct vm_snapshot_meta)
|
| /f-stack/freebsd/amd64/vmm/io/ |
| H A D | vpmtmr.h | 37 struct vm_snapshot_meta; 46 int vpmtmr_snapshot(struct vpmtmr *vpmtmr, struct vm_snapshot_meta *meta);
|
| H A D | vatpit.h | 39 struct vm_snapshot_meta; 49 int vatpit_snapshot(struct vatpit *vatpit, struct vm_snapshot_meta *meta);
|
| H A D | vhpet.h | 38 struct vm_snapshot_meta; 48 int vhpet_snapshot(struct vhpet *vhpet, struct vm_snapshot_meta *meta);
|
| H A D | vioapic.h | 35 struct vm_snapshot_meta; 56 struct vm_snapshot_meta *meta);
|
| H A D | vrtc.h | 37 struct vm_snapshot_meta; 54 int vrtc_snapshot(struct vrtc *vrtc, struct vm_snapshot_meta *meta);
|
| H A D | vatpic.h | 39 struct vm_snapshot_meta; 60 int vatpic_snapshot(struct vatpic *vatpic, struct vm_snapshot_meta *meta);
|
| H A D | vlapic.h | 35 struct vm_snapshot_meta; 115 int vlapic_snapshot(struct vm *vm, struct vm_snapshot_meta *meta);
|
| H A D | vpmtmr.c | 112 vpmtmr_snapshot(struct vpmtmr *vpmtmr, struct vm_snapshot_meta *meta) in vpmtmr_snapshot()
|
| H A D | vatpit.c | 479 vatpit_snapshot(struct vatpit *vatpit, struct vm_snapshot_meta *meta) in vatpit_snapshot()
|
| H A D | vioapic.c | 508 vioapic_snapshot(struct vioapic *vioapic, struct vm_snapshot_meta *meta) in vioapic_snapshot()
|
| H A D | vatpic.c | 817 vatpic_snapshot(struct vatpic *vatpic, struct vm_snapshot_meta *meta) in vatpic_snapshot()
|
| H A D | vhpet.c | 770 vhpet_snapshot(struct vhpet *vhpet, struct vm_snapshot_meta *meta) in vhpet_snapshot()
|
| H A D | vrtc.c | 1029 vrtc_snapshot(struct vrtc *vrtc, struct vm_snapshot_meta *meta) in vrtc_snapshot()
|
| H A D | vlapic.c | 1697 vlapic_snapshot(struct vm *vm, struct vm_snapshot_meta *meta) in vlapic_snapshot()
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_snapshot.c | 61 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 D | vmm.c | 230 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 D | vmm_dev.c | 389 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 D | vmcs.h | 36 struct vm_snapshot_meta; 65 struct vm_snapshot_meta *meta); 67 struct vm_snapshot_meta *meta); 69 struct vm_snapshot_meta *meta);
|
| H A D | vmcs.c | 470 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 D | vmcb.h | 221 struct vm_snapshot_meta; 349 struct vm_snapshot_meta *meta); 351 struct vm_snapshot_meta *meta);
|
| H A D | vmcb.c | 503 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 D | svm.c | 2279 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()
|