Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/test/
H A Dficltest.fr63 : exc1 1 throw ;
64 : exctest1 [ ' exc1 ] literal catch ;
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm.c2757 const enum exc_class exc1 = exception_class(info1); 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()