Home
last modified time | relevance | path

Searched refs:EXC_I386_BOUND (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/osfmk/mach/i386/
H A Dexception.h92 #define EXC_I386_BOUND 7 macro
/xnu-12377.1.9/bsd/dev/i386/
H A Dunix_signal.c977 if (code == EXC_I386_BOUND) { in machine_exception()
/xnu-12377.1.9/osfmk/i386/
H A Dtrap.c1237 code = EXC_I386_BOUND; in user_trap()