Home
last modified time | relevance | path

Searched refs:VM_EXITCODE_DEBUG (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/usr.sbin/bhyve/amd64/
H A Dvmexit.c515 [VM_EXITCODE_DEBUG] = vmexit_debug,
/freebsd-14.2/sys/amd64/include/
H A Dvmm.h649 VM_EXITCODE_DEBUG, enumerator
/freebsd-14.2/sys/amd64/vmm/
H A Dvmm.c1853 vmexit->exitcode = VM_EXITCODE_DEBUG; in vm_exit_debug()