Searched refs:vmexc (Results 1 – 1 of 1) sorted by relevance
360 struct vm_exception *vmexc; in vmmdev_ioctl() local539 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()