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

/freebsd-10-stable/sys/amd64/vmm/
H A Dvmm.c1827 enum exc_class exc1, exc2; local
1851 exc2 = exception_class(info2);
1852 if ((exc1 == EXC_CONTRIBUTORY && exc2 == EXC_CONTRIBUTORY) ||
1853 (exc1 == EXC_PAGEFAULT && exc2 != EXC_BENIGN)) {

Completed in 112 milliseconds