Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/include/
H A Dvmm_dev.h95 struct vm_exception { struct
390 _IOW('v', IOCNUM_INJECT_EXCEPTION, struct vm_exception)
H A Dvmm.h152 struct vm_exception;
/freebsd-14.2/sys/amd64/vmm/
H A Dvmm_dev.c421 struct vm_exception *vmexc; in vmmdev_ioctl()
749 vmexc = (struct vm_exception *)data; in vmmdev_ioctl()
/freebsd-14.2/lib/libvmmapi/
H A Dvmmapi.c743 struct vm_exception exc; in vm_inject_exception()