Searched refs:vm_inject_exception (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/amd64/include/ |
| H A D | vmm.h | 396 int vm_inject_exception(struct vm *vm, int vcpuid, int vector, int err_valid,
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm.c | 2045 vm_inject_exception(struct vm *vm, int vcpuid, int vector, int errcode_valid, in vm_inject_exception() function 2115 error = vm_inject_exception(vm, vcpuid, vector, errcode_valid, in vm_inject_fault()
|
| H A D | vmm_dev.c | 540 error = vm_inject_exception(sc->vm, vmexc->cpuid, in vmmdev_ioctl()
|
| /f-stack/freebsd/amd64/vmm/amd/ |
| H A D | svm.c | 1453 error = vm_inject_exception(svm_sc->vm, vcpu, idtvec, in svm_vmexit()
|
| /f-stack/freebsd/amd64/vmm/intel/ |
| H A D | vmx.c | 2687 error = vm_inject_exception(vmx->vm, vcpu, intr_vec, in vmx_exit_process()
|