Home
last modified time | relevance | path

Searched refs:VM_INTINFO_HWEXCEPTION (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/amd64/vmm/
H A Dvmm.c1863 if (type == VM_INTINFO_HWEXCEPTION && vector >= 32) in vm_exit_intinfo()
1945 if (type1 == VM_INTINFO_HWEXCEPTION && vector1 == IDT_DF) { in nested_fault()
1962 *retinfo |= VM_INTINFO_VALID | VM_INTINFO_HWEXCEPTION; in nested_fault()
1978 info |= VM_INTINFO_VALID | VM_INTINFO_HWEXCEPTION; in vcpu_exception_intinfo()
/f-stack/freebsd/amd64/include/
H A Dvmm.h117 #define VM_INTINFO_HWEXCEPTION (3 << 8) macro