Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/test/
H A Dficltest.fr65 : exc2 exctest1 1 = if 2 throw endif ;
66 : exctest2 [ ' exc2 ] literal catch ;
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm.c2758 const enum exc_class exc2 = exception_class(info2); in vm_entry_intinfo() local
2759 if ((exc1 == EXC_CONTRIBUTORY && exc2 == EXC_CONTRIBUTORY) || in vm_entry_intinfo()
2760 (exc1 == EXC_PAGEFAULT && exc2 != EXC_BENIGN)) { in vm_entry_intinfo()