Home
last modified time | relevance | path

Searched refs:EXC_I386_INVOP (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.61.5/osfmk/mach/i386/
H A Dexception.h80 #define EXC_I386_INVOP 1 macro
/xnu-11215.61.5/osfmk/i386/
H A Dtrap.c1186 code = EXC_I386_INVOP; in user_trap()
1324 code = EXC_I386_INVOP; in user_trap()
/xnu-11215.61.5/tests/
H A Dldt.c388 if (codeCnt >= 1 && code[0] == EXC_I386_INVOP) { in catch_mach_exception_raise_state_identity()
/xnu-11215.61.5/bsd/dev/i386/
H A Dunix_signal.c528 case EXC_I386_INVOP: in sendsig()