Searched refs:vmi (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/arm64/vmm/
H A Darm64.h142 DEFINE_VMMOPS_IFUNC(void, cleanup, (void *vmi))
143 DEFINE_VMMOPS_IFUNC(void *, vcpu_init, (void *vmi, struct vcpu *vcpu,
156 DEFINE_VMMOPS_IFUNC(int, snapshot, (void *vmi, struct vm_snapshot_meta *meta))
H A Dvmm_arm64.c520 vmmops_vcpu_init(void *vmi, struct vcpu *vcpu1, int vcpuid) argument
522 struct hyp *hyp = vmi;
1214 vmmops_cleanup(void *vmi) argument
1216 struct hyp *hyp = vmi;
/freebsd-current/sys/dev/aac/
H A Daac_cam.c629 struct aac_vmioctl *vmi; local
643 vmi = (struct aac_vmioctl *)&fib->data[0];
644 bzero(vmi, sizeof(struct aac_vmioctl));
646 vmi->Command = VM_Ioctl;
647 vmi->ObjType = FT_DRIVE;
648 vmi->MethId = sc->scsi_method_id;
649 vmi->ObjId = 0;
650 vmi->IoctlCmd = ResetBus;
652 rbc = (struct aac_resetbus *)&vmi->IoctlBuf[0];
H A Daac.c3706 struct aac_vmioctl *vmi; local
3743 vmi = (struct aac_vmioctl *)&fib->data[0];
3744 bzero(vmi, sizeof(struct aac_vmioctl));
3746 vmi->Command = VM_Ioctl;
3747 vmi->ObjType = FT_DRIVE;
3748 vmi->MethId = sc->scsi_method_id;
3749 vmi->ObjId = 0;
3750 vmi->IoctlCmd = GetBusInfo;
/freebsd-current/sys/dev/aacraid/
H A Daacraid_cam.c1252 struct aac_vmioctl *vmi; local
1301 vmi = (struct aac_vmioctl *)&fib->data[0];
1302 bzero(vmi, sizeof(struct aac_vmioctl));
1304 vmi->Command = VM_Ioctl;
1305 vmi->ObjType = FT_DRIVE;
1306 vmi->MethId = sc->scsi_method_id;
1307 vmi->ObjId = 0;
1308 vmi->IoctlCmd = ResetBus;
1310 rbc = (struct aac_resetbus *)&vmi->IoctlBuf[0];
1312 aac_vmioctl_tole(vmi);
[all...]
H A Daacraid.c3643 struct aac_vmioctl *vmi; local
3682 vmi = (struct aac_vmioctl *)&fib->data[0];
3683 bzero(vmi, sizeof(struct aac_vmioctl));
3685 vmi->Command = VM_Ioctl;
3686 vmi->ObjType = FT_DRIVE;
3687 vmi->MethId = sc->scsi_method_id;
3688 vmi->ObjId = 0;
3689 vmi->IoctlCmd = GetBusInfo;
3691 aac_vmioctl_tole(vmi);
/freebsd-current/sys/amd64/include/
H A Dvmm.h177 typedef void (*vmi_cleanup_func_t)(void *vmi);
178 typedef void * (*vmi_vcpu_init_func_t)(void *vmi, struct vcpu *vcpu,
/freebsd-current/sys/amd64/vmm/amd/
H A Dsvm.c611 svm_vcpu_init(void *vmi, struct vcpu *vcpu1, int vcpuid) argument
613 struct svm_softc *sc = vmi;
2258 svm_cleanup(void *vmi) argument
2260 struct svm_softc *sc = vmi;
/freebsd-current/sys/amd64/vmm/intel/
H A Dvmx.c1121 vmx_vcpu_init(void *vmi, struct vcpu *vcpu1, int vcpuid) argument
1123 struct vmx *vmx = vmi;
3244 vmx_cleanup(void *vmi) argument
3246 struct vmx *vmx = vmi;
/freebsd-current/sys/amd64/vmm/
H A Dvmm.c238 DEFINE_VMMOPS_IFUNC(void, cleanup, (void *vmi))
239 DEFINE_VMMOPS_IFUNC(void *, vcpu_init, (void *vmi, struct vcpu *vcpu,

Completed in 273 milliseconds