Searched refs:vm_inject_exception (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/lib/libvmmapi/ |
| H A D | vmmapi.h | 160 int vm_inject_exception(struct vcpu *vcpu, int vector,
|
| H A D | vmmapi.c | 740 vm_inject_exception(struct vcpu *vcpu, int vector, int errcode_valid, in vm_inject_exception() function
|
| /freebsd-14.2/usr.sbin/bhyve/amd64/ |
| H A D | vmexit.c | 67 error = vm_inject_exception(vcpu, vector, errcode_valid, errcode, in vm_inject_fault()
|
| /freebsd-14.2/sys/amd64/include/ |
| H A D | vmm.h | 419 int vm_inject_exception(struct vcpu *vcpu, int vector, int err_valid,
|
| /freebsd-14.2/sys/amd64/vmm/ |
| H A D | vmm.c | 2216 vm_inject_exception(struct vcpu *vcpu, int vector, int errcode_valid, in vm_inject_exception() function 2277 error = vm_inject_exception(vcpu, vector, errcode_valid, in vm_inject_fault()
|
| H A D | vmm_dev.c | 750 error = vm_inject_exception(vcpu, in vmmdev_ioctl()
|
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | gdb.c | 1027 error = vm_inject_exception(vcpu, IDT_BP, 0, 0, 0); in gdb_cpu_breakpoint()
|
| /freebsd-14.2/sys/amd64/vmm/amd/ |
| H A D | svm.c | 1524 error = vm_inject_exception(vcpu->vcpu, idtvec, in svm_vmexit()
|
| /freebsd-14.2/sys/amd64/vmm/intel/ |
| H A D | vmx.c | 2736 error = vm_inject_exception(vcpu->vcpu, intr_vec, in vmx_exit_process()
|