Home
last modified time | relevance | path

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

/freebsd-13.1/sys/amd64/include/
H A Dvmm_dev.h95 struct vm_exception { struct
389 _IOW('v', IOCNUM_INJECT_EXCEPTION, struct vm_exception)
H A Dvmm.h146 struct vm_exception;
/freebsd-13.1/sys/amd64/vmm/
H A Dvmm_dev.c367 struct vm_exception *vmexc; in vmmdev_ioctl()
554 vmexc = (struct vm_exception *)data; in vmmdev_ioctl()
/freebsd-13.1/lib/libvmmapi/
H A Dvmmapi.c720 struct vm_exception exc; in vm_inject_exception()