Home
last modified time | relevance | path

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

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