Searched refs:vm_inject_exception (Results 1 – 16 of 16) sorted by relevance
/freebsd/lib/libvmmapi/ |
H A D | vmmapi.h | 170 int vm_inject_exception(struct vcpu *vcpu, uint64_t esr, uint64_t far); 173 int vm_inject_exception(struct vcpu *vcpu, uint64_t scause); 181 int vm_inject_exception(struct vcpu *vcpu, int vector,
|
/freebsd/lib/libvmmapi/riscv/ |
H A D | vmmapi_machdep.c | 110 vm_inject_exception(struct vcpu *vcpu, uint64_t scause) in vm_inject_exception() function
|
/freebsd/sys/riscv/vmm/ |
H A D | vmm_dev_machdep.c | 95 error = vm_inject_exception(vcpu, vmexc->scause); in vmmdev_machdep_ioctl()
|
H A D | vmm.c | 1001 vm_inject_exception(struct vcpu *vcpu, uint64_t scause) in vm_inject_exception() function
|
/freebsd/sys/arm64/vmm/ |
H A D | vmm_dev_machdep.c | 99 error = vm_inject_exception(vcpu, vmexc->esr, vmexc->far); in vmmdev_machdep_ioctl()
|
H A D | vmm.c | 1290 vm_inject_exception(struct vcpu *vcpu, uint64_t esr, uint64_t far) in vm_inject_exception() function
|
/freebsd/usr.sbin/bhyve/aarch64/ |
H A D | vmexit.c | 269 if (vm_inject_exception(vcpu, in vmexit_hyp()
|
/freebsd/sys/riscv/include/ |
H A D | vmm.h | 153 int vm_inject_exception(struct vcpu *vcpu, uint64_t scause);
|
/freebsd/sys/arm64/include/ |
H A D | vmm.h | 172 int vm_inject_exception(struct vcpu *vcpu, uint64_t esr, uint64_t far);
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | vmexit.c | 67 error = vm_inject_exception(vcpu, vector, errcode_valid, errcode, in vm_inject_fault()
|
/freebsd/sys/amd64/vmm/ |
H A D | vmm_dev_machdep.c | 326 error = vm_inject_exception(vcpu, in vmmdev_machdep_ioctl()
|
H A D | vmm.c | 1862 vm_inject_exception(struct vcpu *vcpu, int vector, int errcode_valid, in vm_inject_exception() function 1923 error = vm_inject_exception(vcpu, vector, errcode_valid, in vm_inject_fault()
|
/freebsd/sys/amd64/include/ |
H A D | vmm.h | 395 int vm_inject_exception(struct vcpu *vcpu, int vector, int err_valid,
|
/freebsd/usr.sbin/bhyve/ |
H A D | gdb.c | 1149 error = vm_inject_exception(vcpu, IDT_BP, 0, 0, 0); in gdb_cpu_breakpoint() 1155 error = vm_inject_exception(vcpu, esr, 0); in gdb_cpu_breakpoint()
|
/freebsd/sys/amd64/vmm/amd/ |
H A D | svm.c | 1532 error = vm_inject_exception(vcpu->vcpu, idtvec, in svm_vmexit()
|
/freebsd/sys/amd64/vmm/intel/ |
H A D | vmx.c | 2747 error = vm_inject_exception(vcpu->vcpu, intr_vec, in vmx_exit_process()
|