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

/freebsd-10-stable/sys/amd64/vmm/
H A Dvmm_dev.c292 struct vm_exception *vmexc; local
447 vmexc = (struct vm_exception *)data;
448 error = vm_inject_exception(sc->vm, vmexc->cpuid,
449 vmexc->vector, vmexc->error_code_valid, vmexc->error_code,
450 vmexc->restart_instruction);

Completed in 126 milliseconds