Home
last modified time | relevance | path

Searched refs:vmexc (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/amd64/vmm/
H A Dvmm_dev.c360 struct vm_exception *vmexc; in vmmdev_ioctl() local
539 vmexc = (struct vm_exception *)data; in vmmdev_ioctl()
540 error = vm_inject_exception(sc->vm, vmexc->cpuid, in vmmdev_ioctl()
541 vmexc->vector, vmexc->error_code_valid, vmexc->error_code, in vmmdev_ioctl()
542 vmexc->restart_instruction); in vmmdev_ioctl()