Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/mach/i386/
H A Dexception.h86 #define EXC_I386_DIV 1 macro
/xnu-12377.81.4/tests/
H A Dldt.c381 if (codeCnt >= 1 && code[0] == EXC_I386_DIV) { in catch_mach_exception_raise_state_identity()
/xnu-12377.81.4/bsd/dev/i386/
H A Dunix_signal.c542 if (ut->uu_code == EXC_I386_DIV) { in sendsig()
/xnu-12377.81.4/osfmk/i386/
H A Dtrap.c1190 code = EXC_I386_DIV; in user_trap()