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

/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_dev.c300 struct vm_exception *vmexc; local
456 vmexc = (struct vm_exception *)data;
457 error = vm_inject_exception(sc->vm, vmexc->cpuid,
458 vmexc->vector, vmexc->error_code_valid, vmexc->error_code,
459 vmexc->restart_instruction);

Completed in 49 milliseconds