Home
last modified time | relevance | path

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

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